Datasets:

Tasks:
Other
Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Abinaya Mahendiran commited on
Commit
69abb9d
·
1 Parent(s): e181e8d

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -107,6 +107,7 @@ The data fields are the same among all splits.
107
 
108
  #### squad_v2
109
  - `id`: a `string` feature.
 
110
  - `title`: a `string` feature.
111
  - `context`: a `string` feature.
112
  - `question`: a `string` feature.
@@ -116,9 +117,10 @@ The data fields are the same among all splits.
116
 
117
  ### Data Splits
118
 
119
- | name | train | validation |
120
- | -------- | -----: | ---------: |
121
- | squad_v2 | 130319 | 11873 |
 
122
 
123
  ## Dataset Creation
124
 
@@ -194,4 +196,4 @@ archivePrefix = {arXiv},
194
 
195
  ### Contributions
196
 
197
- Thanks to [@AbinayaM02](https://github.com/AbinayaM02)
 
107
 
108
  #### squad_v2
109
  - `id`: a `string` feature.
110
+ - `gem_id`: a `string` feature.
111
  - `title`: a `string` feature.
112
  - `context`: a `string` feature.
113
  - `question`: a `string` feature.
 
117
 
118
  ### Data Splits
119
 
120
+ | name | train | validation | test |
121
+ | ---------: | -----: | ---------: | ----: |
122
+ | squad_v2 | 90403 | 11873 | 39916 |
123
+
124
 
125
  ## Dataset Creation
126
 
 
196
 
197
  ### Contributions
198
 
199
+ Thanks to [@AbinayaM02](https://github.com/AbinayaM02) for adding this dataset to GEM.