lhoestq HF staff commited on
Commit
62ffbfe
1 Parent(s): 94fac36

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -1,8 +1,32 @@
1
  ---
2
  paperswithcode_id: reclor
3
  pretty_name: ReClor
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  ### Contributions
7
 
8
- Thanks to [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@JetRunner](https://github.com/JetRunner), [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
1
  ---
2
  paperswithcode_id: reclor
3
  pretty_name: ReClor
4
+ dataset_info:
5
+ features:
6
+ - name: context
7
+ dtype: string
8
+ - name: question
9
+ dtype: string
10
+ - name: answers
11
+ sequence: string
12
+ - name: label
13
+ dtype: string
14
+ - name: id_string
15
+ dtype: string
16
+ splits:
17
+ - name: test
18
+ num_bytes: 1017354
19
+ num_examples: 1000
20
+ - name: train
21
+ num_bytes: 4711114
22
+ num_examples: 4638
23
+ - name: validation
24
+ num_bytes: 518604
25
+ num_examples: 500
26
+ download_size: 0
27
+ dataset_size: 6247072
28
  ---
29
 
30
  ### Contributions
31
 
32
+ Thanks to [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@JetRunner](https://github.com/JetRunner), [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq) for adding this dataset.