mjkmain commited on
Commit
61d15aa
·
verified ·
1 Parent(s): 1538b0f

Upload dataset

Browse files
DROP/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a8601cea8a95f396882d2ab5678242ce78a1eb197e95e51a84fd127c1accd5
3
+ size 13212835
DROP/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b285800e9aa0fd3a8c20d03a685dc1689194809a84b9f80c3fea865c37c34b
3
+ size 1407665
README.md CHANGED
@@ -104,6 +104,25 @@ dataset_info:
104
  num_examples: 2985
105
  download_size: 15773346
106
  dataset_size: 38397229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  configs:
108
  - config_name: BigPatent
109
  data_files:
@@ -141,4 +160,10 @@ configs:
141
  path: CosmosQA/test-*
142
  - split: validation
143
  path: CosmosQA/validation-*
 
 
 
 
 
 
144
  ---
 
104
  num_examples: 2985
105
  download_size: 15773346
106
  dataset_size: 38397229
107
+ - config_name: DROP
108
+ features:
109
+ - name: context
110
+ dtype: string
111
+ - name: instruction
112
+ dtype: string
113
+ - name: output
114
+ dtype: string
115
+ - name: context_sentence
116
+ sequence: string
117
+ splits:
118
+ - name: train
119
+ num_bytes: 26295805
120
+ num_examples: 10000
121
+ - name: validation
122
+ num_bytes: 21971393
123
+ num_examples: 9535
124
+ download_size: 14620500
125
+ dataset_size: 48267198
126
  configs:
127
  - config_name: BigPatent
128
  data_files:
 
160
  path: CosmosQA/test-*
161
  - split: validation
162
  path: CosmosQA/validation-*
163
+ - config_name: DROP
164
+ data_files:
165
+ - split: train
166
+ path: DROP/train-*
167
+ - split: validation
168
+ path: DROP/validation-*
169
  ---