lhoestq HF staff commited on
Commit
df234c3
1 Parent(s): 181cf72

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -3,6 +3,36 @@ language:
3
  - en
4
  paperswithcode_id: quarel
5
  pretty_name: QuaRel
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "quarel"
@@ -167,4 +197,4 @@ The data fields are the same among all splits.
167
 
168
  ### Contributions
169
 
170
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
3
  - en
4
  paperswithcode_id: quarel
5
  pretty_name: QuaRel
6
+ dataset_info:
7
+ features:
8
+ - name: id
9
+ dtype: string
10
+ - name: answer_index
11
+ dtype: int32
12
+ - name: logical_forms
13
+ sequence: string
14
+ - name: logical_form_pretty
15
+ dtype: string
16
+ - name: world_literals
17
+ sequence:
18
+ - name: world1
19
+ dtype: string
20
+ - name: world2
21
+ dtype: string
22
+ - name: question
23
+ dtype: string
24
+ splits:
25
+ - name: test
26
+ num_bytes: 307588
27
+ num_examples: 552
28
+ - name: train
29
+ num_bytes: 1072874
30
+ num_examples: 1941
31
+ - name: validation
32
+ num_bytes: 154308
33
+ num_examples: 278
34
+ download_size: 631370
35
+ dataset_size: 1534770
36
  ---
37
 
38
  # Dataset Card for "quarel"
 
197
 
198
  ### Contributions
199
 
200
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.