Datasets:
ibm
/

Languages:
English
Multilinguality:
monolingual
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
d226a07
1 Parent(s): d26a07f

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 +5 -4
README.md CHANGED
@@ -10,10 +10,8 @@ licenses:
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
- ParaphraseRC:
14
- - 100K<n<1M
15
- SelfRC:
16
- - 10K<n<100K
17
  source_datasets:
18
  - original
19
  task_categories:
@@ -24,6 +22,9 @@ task_ids:
24
  - extractive-qa
25
  paperswithcode_id: duorc
26
  pretty_name: DuoRC
 
 
 
27
  ---
28
 
29
  # Dataset Card for duorc
 
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 100K<n<1M
14
+ - 10K<n<100K
 
 
15
  source_datasets:
16
  - original
17
  task_categories:
 
22
  - extractive-qa
23
  paperswithcode_id: duorc
24
  pretty_name: DuoRC
25
+ configs:
26
+ - ParaphraseRC
27
+ - SelfRC
28
  ---
29
 
30
  # Dataset Card for duorc