Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
knowledge-base-qa
License:
albertvillanova HF staff commited on
Commit
1cb6569
1 Parent(s): ad2030a

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
@@ -41,12 +41,12 @@ dataset_info:
41
  - name: paraphrased_question
42
  dtype: string
43
  splits:
44
- - name: test
45
- num_bytes: 4067092
46
- num_examples: 4781
47
  - name: train
48
  num_bytes: 16637751
49
  num_examples: 19293
 
 
 
50
  download_size: 3959901
51
  dataset_size: 20704843
52
  ---
41
  - name: paraphrased_question
42
  dtype: string
43
  splits:
 
 
 
44
  - name: train
45
  num_bytes: 16637751
46
  num_examples: 19293
47
+ - name: test
48
+ num_bytes: 4067092
49
+ num_examples: 4781
50
  download_size: 3959901
51
  dataset_size: 20704843
52
  ---