lhoestq HF staff commited on
Commit
ff984c7
1 Parent(s): a461363

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +60 -1
README.md CHANGED
@@ -27,6 +27,65 @@ task_ids:
27
  - open-domain-qa
28
  paperswithcode_id: xor-tydi-qa
29
  pretty_name: XOR QA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
 
32
  # Dataset Card for XOR QA
@@ -180,4 +239,4 @@ XOR-TyDi QA is distributed under the [CC BY-SA 4.0](https://creativecommons.org/
180
  ```
181
  ### Contributions
182
 
183
- Thanks to [@sumanthd17](https://github.com/sumanthd17) for adding this dataset.
 
27
  - open-domain-qa
28
  paperswithcode_id: xor-tydi-qa
29
  pretty_name: XOR QA
30
+ dataset_info:
31
+ - config_name: xor-retrieve
32
+ features:
33
+ - name: question
34
+ dtype: string
35
+ - name: lang
36
+ dtype:
37
+ class_label:
38
+ names:
39
+ 0: ar
40
+ 1: bn
41
+ 2: fi
42
+ 3: ja
43
+ 4: ko
44
+ 5: ru
45
+ 6: te
46
+ - name: answers
47
+ dtype: string
48
+ splits:
49
+ - name: test
50
+ num_bytes: 219046
51
+ num_examples: 2499
52
+ - name: train
53
+ num_bytes: 1698662
54
+ num_examples: 15250
55
+ - name: validation
56
+ num_bytes: 259533
57
+ num_examples: 2110
58
+ download_size: 3702288
59
+ dataset_size: 2177241
60
+ - config_name: xor-full
61
+ features:
62
+ - name: question
63
+ dtype: string
64
+ - name: lang
65
+ dtype:
66
+ class_label:
67
+ names:
68
+ 0: ar
69
+ 1: bn
70
+ 2: fi
71
+ 3: ja
72
+ 4: ko
73
+ 5: ru
74
+ 6: te
75
+ - name: answers
76
+ dtype: string
77
+ splits:
78
+ - name: test
79
+ num_bytes: 706664
80
+ num_examples: 8176
81
+ - name: train
82
+ num_bytes: 7250913
83
+ num_examples: 61360
84
+ - name: validation
85
+ num_bytes: 444672
86
+ num_examples: 3473
87
+ download_size: 14018298
88
+ dataset_size: 8402249
89
  ---
90
 
91
  # Dataset Card for XOR QA
 
239
  ```
240
  ### Contributions
241
 
242
+ Thanks to [@sumanthd17](https://github.com/sumanthd17) for adding this dataset.