lhoestq HF staff commited on
Commit
ed6ef27
1 Parent(s): 2df9408

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +121 -0
README.md CHANGED
@@ -29,6 +29,127 @@ configs:
29
  tags:
30
  - paraphrase-identification
31
  - qa-nli
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ---
33
 
34
  # Dataset Card for Adversarial GLUE
 
29
  tags:
30
  - paraphrase-identification
31
  - qa-nli
32
+ dataset_info:
33
+ - config_name: adv_sst2
34
+ features:
35
+ - name: sentence
36
+ dtype: string
37
+ - name: label
38
+ dtype:
39
+ class_label:
40
+ names:
41
+ 0: negative
42
+ 1: positive
43
+ - name: idx
44
+ dtype: int32
45
+ splits:
46
+ - name: validation
47
+ num_bytes: 16595
48
+ num_examples: 148
49
+ download_size: 40662
50
+ dataset_size: 16595
51
+ - config_name: adv_qqp
52
+ features:
53
+ - name: question1
54
+ dtype: string
55
+ - name: question2
56
+ dtype: string
57
+ - name: label
58
+ dtype:
59
+ class_label:
60
+ names:
61
+ 0: not_duplicate
62
+ 1: duplicate
63
+ - name: idx
64
+ dtype: int32
65
+ splits:
66
+ - name: validation
67
+ num_bytes: 9926
68
+ num_examples: 78
69
+ download_size: 40662
70
+ dataset_size: 9926
71
+ - config_name: adv_mnli
72
+ features:
73
+ - name: premise
74
+ dtype: string
75
+ - name: hypothesis
76
+ dtype: string
77
+ - name: label
78
+ dtype:
79
+ class_label:
80
+ names:
81
+ 0: entailment
82
+ 1: neutral
83
+ 2: contradiction
84
+ - name: idx
85
+ dtype: int32
86
+ splits:
87
+ - name: validation
88
+ num_bytes: 23736
89
+ num_examples: 121
90
+ download_size: 40662
91
+ dataset_size: 23736
92
+ - config_name: adv_mnli_mismatched
93
+ features:
94
+ - name: premise
95
+ dtype: string
96
+ - name: hypothesis
97
+ dtype: string
98
+ - name: label
99
+ dtype:
100
+ class_label:
101
+ names:
102
+ 0: entailment
103
+ 1: neutral
104
+ 2: contradiction
105
+ - name: idx
106
+ dtype: int32
107
+ splits:
108
+ - name: validation
109
+ num_bytes: 40982
110
+ num_examples: 162
111
+ download_size: 40662
112
+ dataset_size: 40982
113
+ - config_name: adv_qnli
114
+ features:
115
+ - name: question
116
+ dtype: string
117
+ - name: sentence
118
+ dtype: string
119
+ - name: label
120
+ dtype:
121
+ class_label:
122
+ names:
123
+ 0: entailment
124
+ 1: not_entailment
125
+ - name: idx
126
+ dtype: int32
127
+ splits:
128
+ - name: validation
129
+ num_bytes: 34877
130
+ num_examples: 148
131
+ download_size: 40662
132
+ dataset_size: 34877
133
+ - config_name: adv_rte
134
+ features:
135
+ - name: sentence1
136
+ dtype: string
137
+ - name: sentence2
138
+ dtype: string
139
+ - name: label
140
+ dtype:
141
+ class_label:
142
+ names:
143
+ 0: entailment
144
+ 1: not_entailment
145
+ - name: idx
146
+ dtype: int32
147
+ splits:
148
+ - name: validation
149
+ num_bytes: 25998
150
+ num_examples: 81
151
+ download_size: 40662
152
+ dataset_size: 25998
153
  ---
154
 
155
  # Dataset Card for Adversarial GLUE