lhoestq HF staff commited on
Commit
830827b
1 Parent(s): c733de7

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +70 -1
README.md CHANGED
@@ -20,6 +20,75 @@ task_ids:
20
  - extractive-qa
21
  paperswithcode_id: covidqa
22
  pretty_name: CovidQaCastorini
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
 
@@ -176,4 +245,4 @@ The dataset is licensed under the [Apache License 2.0](https://github.com/castor
176
 
177
  ### Contributions
178
 
179
- Thanks to [@olinguyen](https://github.com/olinguyen) for adding this dataset.
20
  - extractive-qa
21
  paperswithcode_id: covidqa
22
  pretty_name: CovidQaCastorini
23
+ dataset_info:
24
+ - config_name: covid_qa_deepset
25
+ features:
26
+ - name: document_id
27
+ dtype: int32
28
+ - name: context
29
+ dtype: string
30
+ - name: question
31
+ dtype: string
32
+ - name: is_impossible
33
+ dtype: bool
34
+ - name: id
35
+ dtype: int32
36
+ - name: answers
37
+ sequence:
38
+ - name: text
39
+ dtype: string
40
+ - name: answer_start
41
+ dtype: int32
42
+ splits:
43
+ - name: train
44
+ num_bytes: 65151262
45
+ num_examples: 2019
46
+ download_size: 4418117
47
+ dataset_size: 65151262
48
+ - config_name: covidqa
49
+ features:
50
+ - name: category_name
51
+ dtype: string
52
+ - name: question_query
53
+ dtype: string
54
+ - name: keyword_query
55
+ dtype: string
56
+ - name: answers
57
+ sequence:
58
+ - name: id
59
+ dtype: string
60
+ - name: title
61
+ dtype: string
62
+ - name: exact_answer
63
+ dtype: string
64
+ splits:
65
+ - name: train
66
+ num_bytes: 33757
67
+ num_examples: 27
68
+ download_size: 51438
69
+ dataset_size: 33757
70
+ - config_name: covid_qa_castorini
71
+ features:
72
+ - name: category_name
73
+ dtype: string
74
+ - name: question_query
75
+ dtype: string
76
+ - name: keyword_query
77
+ dtype: string
78
+ - name: answers
79
+ sequence:
80
+ - name: id
81
+ dtype: string
82
+ - name: title
83
+ dtype: string
84
+ - name: exact_answer
85
+ dtype: string
86
+ splits:
87
+ - name: train
88
+ num_bytes: 33757
89
+ num_examples: 27
90
+ download_size: 51438
91
+ dataset_size: 33757
92
  ---
93
 
94
 
245
 
246
  ### Contributions
247
 
248
+ Thanks to [@olinguyen](https://github.com/olinguyen) for adding this dataset.