Scidata.Squad.download

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

Downloads the SQuAD training dataset

Examples

iex> Scidata.Squad.download()
[
  %{
    "paragraphs" => [
      %{
        "context" => "Architecturally, the school has a...",
        "qas" => [
          %{
            "answers" => [%{"answer_start" => 515, "text" => "Saint Bernadette Soubirous"}],
            "id" => "5733be284776f41900661182",
            "question" => "To whom did the..."
          }, ...
        ]
      }
    ],
    "title" => "University_of_Notre_Dame"
  }, ...
]