lhoestq HF staff commited on
Commit
f7293b3
1 Parent(s): d09be72

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -22,6 +22,29 @@ task_ids:
22
  - open-domain-qa
23
  paperswithcode_id: null
24
  pretty_name: Piaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for Piaf
@@ -190,4 +213,4 @@ The data fields are the same among all splits.
190
 
191
  ### Contributions
192
 
193
- Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova), [@RachelKer](https://github.com/RachelKer) for adding this dataset.
22
  - open-domain-qa
23
  paperswithcode_id: null
24
  pretty_name: Piaf
25
+ dataset_info:
26
+ features:
27
+ - name: id
28
+ dtype: string
29
+ - name: title
30
+ dtype: string
31
+ - name: context
32
+ dtype: string
33
+ - name: question
34
+ dtype: string
35
+ - name: answers
36
+ sequence:
37
+ - name: text
38
+ dtype: string
39
+ - name: answer_start
40
+ dtype: int32
41
+ config_name: plain_text
42
+ splits:
43
+ - name: train
44
+ num_bytes: 3332905
45
+ num_examples: 3835
46
+ download_size: 1370384
47
+ dataset_size: 3332905
48
  ---
49
 
50
  # Dataset Card for Piaf
213
 
214
  ### Contributions
215
 
216
+ Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova), [@RachelKer](https://github.com/RachelKer) for adding this dataset.