Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
extended|squad
License:
sjrhuschlee commited on
Commit
ac7d47a
1 Parent(s): 1a1f68e

Adding train-eval-index to make it easier to validate models using the HF model evaluator.

Browse files

Added eval index for the AddOneSent config so it can be understood by the HF model evaluator and leaderboard.

Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -89,6 +89,18 @@ dataset_info:
89
  num_examples: 1787
90
  download_size: 5994513
91
  dataset_size: 1864767
 
 
 
 
 
 
 
 
 
 
 
 
92
  ---
93
 
94
  # Dataset Card for 'Adversarial Examples for SQuAD'
 
89
  num_examples: 1787
90
  download_size: 5994513
91
  dataset_size: 1864767
92
+ train-eval-index:
93
+ - config: AddOneSent
94
+ task: question-answering
95
+ task_id: extractive_question_answering
96
+ splits:
97
+ eval_split: validation
98
+ col_mapping:
99
+ question: question
100
+ context: context
101
+ answers:
102
+ text: text
103
+ answer_start: answer_start
104
  ---
105
 
106
  # Dataset Card for 'Adversarial Examples for SQuAD'