Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
machine-generated
Annotations Creators:
other
Source Datasets:
extended|glue
ArXiv:
License:
albertvillanova HF staff commited on
Commit
2ee6e8f
1 Parent(s): e7175c3

Add adv_rte data files

Browse files
README.md CHANGED
@@ -128,10 +128,10 @@ dataset_info:
128
  dtype: int32
129
  splits:
130
  - name: validation
131
- num_bytes: 25998
132
  num_examples: 81
133
- download_size: 40662
134
- dataset_size: 25998
135
  - config_name: adv_sst2
136
  features:
137
  - name: sentence
@@ -167,6 +167,10 @@ configs:
167
  data_files:
168
  - split: validation
169
  path: adv_qqp/validation-*
 
 
 
 
170
  ---
171
 
172
  # Dataset Card for Adversarial GLUE
 
128
  dtype: int32
129
  splits:
130
  - name: validation
131
+ num_bytes: 25979
132
  num_examples: 81
133
+ download_size: 15872
134
+ dataset_size: 25979
135
  - config_name: adv_sst2
136
  features:
137
  - name: sentence
 
167
  data_files:
168
  - split: validation
169
  path: adv_qqp/validation-*
170
+ - config_name: adv_rte
171
+ data_files:
172
+ - split: validation
173
+ path: adv_rte/validation-*
174
  ---
175
 
176
  # Dataset Card for Adversarial GLUE
adv_rte/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84020811fda28c120cf2aff59f289a457823444b5e560177b2910a34418af3c8
3
+ size 15872
dataset_infos.json CHANGED
@@ -254,33 +254,26 @@
254
  "features": {
255
  "sentence1": {
256
  "dtype": "string",
257
- "id": null,
258
  "_type": "Value"
259
  },
260
  "sentence2": {
261
  "dtype": "string",
262
- "id": null,
263
  "_type": "Value"
264
  },
265
  "label": {
266
- "num_classes": 2,
267
  "names": [
268
  "entailment",
269
  "not_entailment"
270
  ],
271
- "id": null,
272
  "_type": "ClassLabel"
273
  },
274
  "idx": {
275
  "dtype": "int32",
276
- "id": null,
277
  "_type": "Value"
278
  }
279
  },
280
- "post_processed": null,
281
- "supervised_keys": null,
282
- "task_templates": null,
283
  "builder_name": "adv_glue",
 
284
  "config_name": "adv_rte",
285
  "version": {
286
  "version_str": "1.0.0",
@@ -292,20 +285,13 @@
292
  "splits": {
293
  "validation": {
294
  "name": "validation",
295
- "num_bytes": 25998,
296
  "num_examples": 81,
297
- "dataset_name": "adv_glue"
298
- }
299
- },
300
- "download_checksums": {
301
- "https://adversarialglue.github.io/dataset/dev.zip": {
302
- "num_bytes": 40662,
303
- "checksum": "efb4cbd3aa4a87bfaffc310ae951981cc0a36c6c71c6425dd74e5b55f2f325c9"
304
  }
305
  },
306
- "download_size": 40662,
307
- "post_processing_size": null,
308
- "dataset_size": 25998,
309
- "size_in_bytes": 66660
310
  }
311
  }
 
254
  "features": {
255
  "sentence1": {
256
  "dtype": "string",
 
257
  "_type": "Value"
258
  },
259
  "sentence2": {
260
  "dtype": "string",
 
261
  "_type": "Value"
262
  },
263
  "label": {
 
264
  "names": [
265
  "entailment",
266
  "not_entailment"
267
  ],
 
268
  "_type": "ClassLabel"
269
  },
270
  "idx": {
271
  "dtype": "int32",
 
272
  "_type": "Value"
273
  }
274
  },
 
 
 
275
  "builder_name": "adv_glue",
276
+ "dataset_name": "adv_glue",
277
  "config_name": "adv_rte",
278
  "version": {
279
  "version_str": "1.0.0",
 
285
  "splits": {
286
  "validation": {
287
  "name": "validation",
288
+ "num_bytes": 25979,
289
  "num_examples": 81,
290
+ "dataset_name": null
 
 
 
 
 
 
291
  }
292
  },
293
+ "download_size": 15872,
294
+ "dataset_size": 25979,
295
+ "size_in_bytes": 41851
 
296
  }
297
  }