lhoestq HF staff commited on
Commit
6ba1e9d
1 Parent(s): b3a0741

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +90 -1
README.md CHANGED
@@ -20,6 +20,95 @@ task_categories:
20
  task_ids:
21
  - extractive-qa
22
  paperswithcode_id: squad-shifts
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for "squadshifts"
@@ -279,4 +368,4 @@ All the datasets are distributed under the [CC BY 4.0](https://creativecommons.o
279
 
280
  ### Contributions
281
 
282
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@millerjohnp](https://github.com/millerjohnp), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
20
  task_ids:
21
  - extractive-qa
22
  paperswithcode_id: squad-shifts
23
+ dataset_info:
24
+ - config_name: new_wiki
25
+ features:
26
+ - name: id
27
+ dtype: string
28
+ - name: title
29
+ dtype: string
30
+ - name: context
31
+ dtype: string
32
+ - name: question
33
+ dtype: string
34
+ - name: answers
35
+ sequence:
36
+ - name: text
37
+ dtype: string
38
+ - name: answer_start
39
+ dtype: int32
40
+ splits:
41
+ - name: test
42
+ num_bytes: 7865203
43
+ num_examples: 7938
44
+ download_size: 16505623
45
+ dataset_size: 7865203
46
+ - config_name: nyt
47
+ features:
48
+ - name: id
49
+ dtype: string
50
+ - name: title
51
+ dtype: string
52
+ - name: context
53
+ dtype: string
54
+ - name: question
55
+ dtype: string
56
+ - name: answers
57
+ sequence:
58
+ - name: text
59
+ dtype: string
60
+ - name: answer_start
61
+ dtype: int32
62
+ splits:
63
+ - name: test
64
+ num_bytes: 10792550
65
+ num_examples: 10065
66
+ download_size: 16505623
67
+ dataset_size: 10792550
68
+ - config_name: reddit
69
+ features:
70
+ - name: id
71
+ dtype: string
72
+ - name: title
73
+ dtype: string
74
+ - name: context
75
+ dtype: string
76
+ - name: question
77
+ dtype: string
78
+ - name: answers
79
+ sequence:
80
+ - name: text
81
+ dtype: string
82
+ - name: answer_start
83
+ dtype: int32
84
+ splits:
85
+ - name: test
86
+ num_bytes: 9473946
87
+ num_examples: 9803
88
+ download_size: 16505623
89
+ dataset_size: 9473946
90
+ - config_name: amazon
91
+ features:
92
+ - name: id
93
+ dtype: string
94
+ - name: title
95
+ dtype: string
96
+ - name: context
97
+ dtype: string
98
+ - name: question
99
+ dtype: string
100
+ - name: answers
101
+ sequence:
102
+ - name: text
103
+ dtype: string
104
+ - name: answer_start
105
+ dtype: int32
106
+ splits:
107
+ - name: test
108
+ num_bytes: 9445004
109
+ num_examples: 9885
110
+ download_size: 16505623
111
+ dataset_size: 9445004
112
  ---
113
 
114
  # Dataset Card for "squadshifts"
368
 
369
  ### Contributions
370
 
371
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@millerjohnp](https://github.com/millerjohnp), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.