Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
lhoestq HF staff commited on
Commit
95d8a61
1 Parent(s): 8a4344c

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -3,6 +3,26 @@ language:
3
  - en
4
  paperswithcode_id: comqa
5
  pretty_name: ComQA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "com_qa"
@@ -174,4 +194,4 @@ The data fields are the same among all splits.
174
 
175
  ### Contributions
176
 
177
- Thanks to [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
 
3
  - en
4
  paperswithcode_id: comqa
5
  pretty_name: ComQA
6
+ dataset_info:
7
+ features:
8
+ - name: cluster_id
9
+ dtype: string
10
+ - name: questions
11
+ sequence: string
12
+ - name: answers
13
+ sequence: string
14
+ splits:
15
+ - name: test
16
+ num_bytes: 273384
17
+ num_examples: 2243
18
+ - name: train
19
+ num_bytes: 696645
20
+ num_examples: 3966
21
+ - name: validation
22
+ num_bytes: 131945
23
+ num_examples: 966
24
+ download_size: 1671684
25
+ dataset_size: 1101974
26
  ---
27
 
28
  # Dataset Card for "com_qa"
 
194
 
195
  ### Contributions
196
 
197
+ Thanks to [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.