Commit
•
2adbb30
1
Parent(s):
2ee6e8f
Add adv_sst2 data files
Browse files- README.md +7 -3
- adv_sst2/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +7 -21
README.md
CHANGED
@@ -146,10 +146,10 @@ dataset_info:
|
|
146 |
dtype: int32
|
147 |
splits:
|
148 |
- name: validation
|
149 |
-
num_bytes:
|
150 |
num_examples: 148
|
151 |
-
download_size:
|
152 |
-
dataset_size:
|
153 |
configs:
|
154 |
- config_name: adv_mnli
|
155 |
data_files:
|
@@ -171,6 +171,10 @@ configs:
|
|
171 |
data_files:
|
172 |
- split: validation
|
173 |
path: adv_rte/validation-*
|
|
|
|
|
|
|
|
|
174 |
---
|
175 |
|
176 |
# Dataset Card for Adversarial GLUE
|
|
|
146 |
dtype: int32
|
147 |
splits:
|
148 |
- name: validation
|
149 |
+
num_bytes: 16572
|
150 |
num_examples: 148
|
151 |
+
download_size: 10833
|
152 |
+
dataset_size: 16572
|
153 |
configs:
|
154 |
- config_name: adv_mnli
|
155 |
data_files:
|
|
|
171 |
data_files:
|
172 |
- split: validation
|
173 |
path: adv_rte/validation-*
|
174 |
+
- config_name: adv_sst2
|
175 |
+
data_files:
|
176 |
+
- split: validation
|
177 |
+
path: adv_sst2/validation-*
|
178 |
---
|
179 |
|
180 |
# Dataset Card for Adversarial GLUE
|
adv_sst2/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e06cc9a2ecdd5cee621d7ec0558e3114a8565c7429d4eb4eacd8e758fff158c
|
3 |
+
size 10833
|
dataset_infos.json
CHANGED
@@ -7,32 +7,25 @@
|
|
7 |
"features": {
|
8 |
"sentence": {
|
9 |
"dtype": "string",
|
10 |
-
"id": null,
|
11 |
"_type": "Value"
|
12 |
},
|
13 |
"label": {
|
14 |
-
"num_classes": 2,
|
15 |
"names": [
|
16 |
"negative",
|
17 |
"positive"
|
18 |
],
|
19 |
-
"id": null,
|
20 |
"_type": "ClassLabel"
|
21 |
},
|
22 |
"idx": {
|
23 |
"dtype": "int32",
|
24 |
-
"id": null,
|
25 |
"_type": "Value"
|
26 |
}
|
27 |
},
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"task_templates": null,
|
31 |
-
"builder_name": "adv_glue",
|
32 |
"config_name": "adv_sst2",
|
33 |
"version": {
|
34 |
"version_str": "1.0.0",
|
35 |
-
"description": "",
|
36 |
"major": 1,
|
37 |
"minor": 0,
|
38 |
"patch": 0
|
@@ -40,21 +33,14 @@
|
|
40 |
"splits": {
|
41 |
"validation": {
|
42 |
"name": "validation",
|
43 |
-
"num_bytes":
|
44 |
"num_examples": 148,
|
45 |
-
"dataset_name":
|
46 |
-
}
|
47 |
-
},
|
48 |
-
"download_checksums": {
|
49 |
-
"https://adversarialglue.github.io/dataset/dev.zip": {
|
50 |
-
"num_bytes": 40662,
|
51 |
-
"checksum": "efb4cbd3aa4a87bfaffc310ae951981cc0a36c6c71c6425dd74e5b55f2f325c9"
|
52 |
}
|
53 |
},
|
54 |
-
"download_size":
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"size_in_bytes": 57257
|
58 |
},
|
59 |
"adv_qqp": {
|
60 |
"description": "Adversarial GLUE Benchmark (AdvGLUE) is a comprehensive robustness evaluation benchmark\nthat focuses on the adversarial robustness evaluation of language models. It covers five\nnatural language understanding tasks from the famous GLUE tasks and is an adversarial\nversion of GLUE benchmark.\n",
|
|
|
7 |
"features": {
|
8 |
"sentence": {
|
9 |
"dtype": "string",
|
|
|
10 |
"_type": "Value"
|
11 |
},
|
12 |
"label": {
|
|
|
13 |
"names": [
|
14 |
"negative",
|
15 |
"positive"
|
16 |
],
|
|
|
17 |
"_type": "ClassLabel"
|
18 |
},
|
19 |
"idx": {
|
20 |
"dtype": "int32",
|
|
|
21 |
"_type": "Value"
|
22 |
}
|
23 |
},
|
24 |
+
"builder_name": "parquet",
|
25 |
+
"dataset_name": "adv_glue",
|
|
|
|
|
26 |
"config_name": "adv_sst2",
|
27 |
"version": {
|
28 |
"version_str": "1.0.0",
|
|
|
29 |
"major": 1,
|
30 |
"minor": 0,
|
31 |
"patch": 0
|
|
|
33 |
"splits": {
|
34 |
"validation": {
|
35 |
"name": "validation",
|
36 |
+
"num_bytes": 16572,
|
37 |
"num_examples": 148,
|
38 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
},
|
41 |
+
"download_size": 10833,
|
42 |
+
"dataset_size": 16572,
|
43 |
+
"size_in_bytes": 27405
|
|
|
44 |
},
|
45 |
"adv_qqp": {
|
46 |
"description": "Adversarial GLUE Benchmark (AdvGLUE) is a comprehensive robustness evaluation benchmark\nthat focuses on the adversarial robustness evaluation of language models. It covers five\nnatural language understanding tasks from the famous GLUE tasks and is an adversarial\nversion of GLUE benchmark.\n",
|