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:
albertvillanova HF staff commited on
Commit
2ff61e6
1 Parent(s): 452f9fa

Reorder split names

Browse files

Reorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -37,12 +37,12 @@ dataset_info:
37
  - name: answer_start
38
  dtype: int32
39
  splits:
40
- - name: AddOneSent
41
- num_bytes: 1864767
42
- num_examples: 1787
43
  - name: AddSent
44
  num_bytes: 3803551
45
  num_examples: 3560
 
 
 
46
  download_size: 5994513
47
  dataset_size: 5668318
48
  - config_name: AddSent
37
  - name: answer_start
38
  dtype: int32
39
  splits:
 
 
 
40
  - name: AddSent
41
  num_bytes: 3803551
42
  num_examples: 3560
43
+ - name: AddOneSent
44
+ num_bytes: 1864767
45
+ num_examples: 1787
46
  download_size: 5994513
47
  dataset_size: 5668318
48
  - config_name: AddSent