lhoestq HF staff commited on
Commit
80b569d
1 Parent(s): 837b55b

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -23,6 +23,33 @@ task_ids:
23
  - open-domain-qa
24
  - dialogue-modeling
25
  pretty_name: ConvQuestions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  # Dataset Card for ConvQuestions
@@ -212,4 +239,4 @@ The ConvQuestions benchmark is licensed under a Creative Commons Attribution 4.0
212
 
213
  ### Contributions
214
 
215
- Thanks to [@PhilippChr](https://github.com/PhilippChr) for adding this dataset.
 
23
  - open-domain-qa
24
  - dialogue-modeling
25
  pretty_name: ConvQuestions
26
+ dataset_info:
27
+ features:
28
+ - name: domain
29
+ dtype: string
30
+ - name: seed_entity
31
+ dtype: string
32
+ - name: seed_entity_text
33
+ dtype: string
34
+ - name: questions
35
+ sequence: string
36
+ - name: answers
37
+ sequence:
38
+ sequence: string
39
+ - name: answer_texts
40
+ sequence: string
41
+ splits:
42
+ - name: test
43
+ num_bytes: 1175656
44
+ num_examples: 2240
45
+ - name: train
46
+ num_bytes: 3589880
47
+ num_examples: 6720
48
+ - name: validation
49
+ num_bytes: 1241778
50
+ num_examples: 2240
51
+ download_size: 3276017
52
+ dataset_size: 6007314
53
  ---
54
 
55
  # Dataset Card for ConvQuestions
 
239
 
240
  ### Contributions
241
 
242
+ Thanks to [@PhilippChr](https://github.com/PhilippChr) for adding this dataset.