Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
found
Annotations Creators:
crowdsourced
Source Datasets:
extended|wikipedia
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
e9cb4f1
1 Parent(s): 5ac3c74

Remove config names as yaml keys (#4367)

Browse files

* validate YAML part

* fix bad YAML keys

* don't have config names as yaml keys

* style

* Remove hacking license tags when mirroring datasets on the Hub

* fix test

* fix style

* more fixes

* remove dots in QA column mapping keys

Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,7 +8,7 @@ language_creators:
8
  languages:
9
  - en
10
  licenses:
11
- - cc-by-4-0
12
  multilinguality:
13
  - monolingual
14
  size_categories:
@@ -30,8 +30,8 @@ train-eval-index:
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
8
  languages:
9
  - en
10
  licenses:
11
+ - cc-by-4.0
12
  multilinguality:
13
  - monolingual
14
  size_categories:
30
  col_mapping:
31
  question: question
32
  context: context
33
+ answers_text: answers.text
34
+ answers_start: answers.answer_start
35
  metrics:
36
  - type: squad
37
  name: SQuAD