Scidata.Squad.download_test

You're seeing just the function download_test, go back to Scidata.Squad module for more information.

Downloads the SQuAD test dataset

Examples

iex> Scidata.Squad.download_test()
[
  %{
    "paragraphs" => [
      %{
        "context" => "Super Bowl 50 was an American football game t...",
        "qas" => [
          %{
            "answers" => [
              %{"answer_start" => 177, "text" => "Denver Broncos"},...
            ],
            "id" => "56be4db0acb8001400a502ec",
            "question" => "Which NFL team represented the AFC at Super Bowl 50?"
          },
        ]
      }
    ],
    "title" => "Super_Bowl_50"
  }, ...
]