Datasets:
Eval metadata batch 3: Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR (#4337)
Browse files* Eval metadata batch 3: Quora, Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR
* Update datasets/quora/README.md
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
* Update README.md
removing ROUGE args
* Update datasets/rotten_tomatoes/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/rotten_tomatoes/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad_v2/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad_v2/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad_v2/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update README.md
removing eval for quora
Co-authored-by: sashavor <sasha.luccioni@huggingface.co>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
Commit from https://github.com/huggingface/datasets/commit/8ccf58b77343f323ba6654250f88b69699a57b8e
@@ -20,6 +20,21 @@ task_categories:
|
|
20 |
task_ids:
|
21 |
- extractive-qa
|
22 |
paperswithcode_id: squad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for "squad"
|
@@ -187,4 +202,4 @@ archivePrefix = {arXiv},
|
|
187 |
|
188 |
### Contributions
|
189 |
|
190 |
-
Thanks to [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
20 |
task_ids:
|
21 |
- extractive-qa
|
22 |
paperswithcode_id: squad
|
23 |
+
train-eval-index:
|
24 |
+
- config: plain_text
|
25 |
+
task: question-answering
|
26 |
+
task_id: extractive_question_answering
|
27 |
+
splits:
|
28 |
+
train_split: train
|
29 |
+
eval_split: validation
|
30 |
+
col_mapping:
|
31 |
+
question: question
|
32 |
+
context: context
|
33 |
+
answers-text: answers-text
|
34 |
+
answers-answer_start: answers-answer_start
|
35 |
+
metrics:
|
36 |
+
- type: squad
|
37 |
+
name: SQuAD
|
38 |
---
|
39 |
|
40 |
# Dataset Card for "squad"
|
|
|
202 |
|
203 |
### Contributions
|
204 |
|
205 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|