Datasets:
luismsgomes
commited on
added dataset configs
Browse files
README.md
CHANGED
@@ -18,6 +18,291 @@ task_ids:
|
|
18 |
- sentiment-classification
|
19 |
- semantic-similarity-scoring
|
20 |
- semantic-similarity-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
</br>
|
|
|
18 |
- sentiment-classification
|
19 |
- semantic-similarity-scoring
|
20 |
- semantic-similarity-classification
|
21 |
+
configs:
|
22 |
+
- config_name: axb_pt-BR
|
23 |
+
data_files:
|
24 |
+
- split: test
|
25 |
+
path:
|
26 |
+
- "data/axb_pt-BR/test.jsonl"
|
27 |
+
- config_name: axb_pt-PT
|
28 |
+
data_files:
|
29 |
+
- split: test
|
30 |
+
path:
|
31 |
+
- "data/axb_pt-PT/test.jsonl"
|
32 |
+
- config_name: axg_pt-BR
|
33 |
+
data_files:
|
34 |
+
- split: test
|
35 |
+
path:
|
36 |
+
- "data/axg_pt-BR/test.jsonl"
|
37 |
+
- config_name: axg_pt-PT
|
38 |
+
data_files:
|
39 |
+
- split: test
|
40 |
+
path:
|
41 |
+
- "data/axg_pt-PT/test.jsonl"
|
42 |
+
- config_name: boolq_pt-BR
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path:
|
46 |
+
- "data/boolq_pt-BR/train.jsonl"
|
47 |
+
- split: validation
|
48 |
+
path:
|
49 |
+
- "data/boolq_pt-BR/validation.jsonl"
|
50 |
+
- split: test
|
51 |
+
path:
|
52 |
+
- "data/boolq_pt-BR/test.jsonl"
|
53 |
+
- config_name: boolq_pt-PT
|
54 |
+
data_files:
|
55 |
+
- split: train
|
56 |
+
path:
|
57 |
+
- "data/boolq_pt-PT/train.jsonl"
|
58 |
+
- split: validation
|
59 |
+
path:
|
60 |
+
- "data/boolq_pt-PT/validation.jsonl"
|
61 |
+
- split: test
|
62 |
+
path:
|
63 |
+
- "data/boolq_pt-PT/test.jsonl"
|
64 |
+
- config_name: cb_pt-BR
|
65 |
+
data_files:
|
66 |
+
- split: train
|
67 |
+
path:
|
68 |
+
- "data/cb_pt-BR/train.jsonl"
|
69 |
+
- split: validation
|
70 |
+
path:
|
71 |
+
- "data/cb_pt-BR/validation.jsonl"
|
72 |
+
- split: test
|
73 |
+
path:
|
74 |
+
- "data/cb_pt-BR/test.jsonl"
|
75 |
+
- config_name: cb_pt-PT
|
76 |
+
data_files:
|
77 |
+
- split: train
|
78 |
+
path:
|
79 |
+
- "data/cb_pt-PT/train.jsonl"
|
80 |
+
- split: validation
|
81 |
+
path:
|
82 |
+
- "data/cb_pt-PT/validation.jsonl"
|
83 |
+
- split: test
|
84 |
+
path:
|
85 |
+
- "data/boolq_pt-PT/test.jsonl"
|
86 |
+
- config_name: copa_pt-BR
|
87 |
+
data_files:
|
88 |
+
- split: train
|
89 |
+
path:
|
90 |
+
- "data/copa_pt-BR/train.jsonl"
|
91 |
+
- split: validation
|
92 |
+
path:
|
93 |
+
- "data/copa_pt-BR/validation.jsonl"
|
94 |
+
- split: test
|
95 |
+
path:
|
96 |
+
- "data/copa_pt-BR/test.jsonl"
|
97 |
+
- config_name: copa_pt-PT
|
98 |
+
data_files:
|
99 |
+
- split: train
|
100 |
+
path:
|
101 |
+
- "data/copa_pt-PT/train.jsonl"
|
102 |
+
- split: validation
|
103 |
+
path:
|
104 |
+
- "data/copa_pt-PT/validation.jsonl"
|
105 |
+
- split: test
|
106 |
+
path:
|
107 |
+
- "data/copa_pt-PT/test.jsonl"
|
108 |
+
- config_name: mnli_matched_pt-BR
|
109 |
+
data_files:
|
110 |
+
- split: train
|
111 |
+
path:
|
112 |
+
- "data/mnli_matched_pt-BR/train.jsonl"
|
113 |
+
- split: validation
|
114 |
+
path:
|
115 |
+
- "data/mnli_matched_pt-BR/validation.jsonl"
|
116 |
+
- split: test
|
117 |
+
path:
|
118 |
+
- "data/mnli_matched_pt-BR/test.jsonl"
|
119 |
+
- config_name: mnli_matched_pt-PT
|
120 |
+
data_files:
|
121 |
+
- split: train
|
122 |
+
path:
|
123 |
+
- "data/mnli_matched_pt-PT/train.jsonl"
|
124 |
+
- split: validation
|
125 |
+
path:
|
126 |
+
- "data/mnli_matched_pt-PT/validation.jsonl"
|
127 |
+
- split: test
|
128 |
+
path:
|
129 |
+
- "data/mnli_matched_pt-PT/test.jsonl"
|
130 |
+
- config_name: mnli_mismatched_pt-BR
|
131 |
+
data_files:
|
132 |
+
- split: train
|
133 |
+
path:
|
134 |
+
- "data/mnli_mismatched_pt-BR/train.jsonl"
|
135 |
+
- split: validation
|
136 |
+
path:
|
137 |
+
- "data/mnli_mismatched_pt-BR/validation.jsonl"
|
138 |
+
- split: test
|
139 |
+
path:
|
140 |
+
- "data/mnli_mismatched_pt-BR/test.jsonl"
|
141 |
+
- config_name: mnli_mismatched_pt-PT
|
142 |
+
data_files:
|
143 |
+
- split: train
|
144 |
+
path:
|
145 |
+
- "data/mnli_mismatched_pt-PT/train.jsonl"
|
146 |
+
- split: validation
|
147 |
+
path:
|
148 |
+
- "data/mnli_mismatched_pt-PT/validation.jsonl"
|
149 |
+
- split: test
|
150 |
+
path:
|
151 |
+
- "data/mnli_mismatched_pt-PT/test.jsonl"
|
152 |
+
- config_name: mrpc_pt-BR
|
153 |
+
data_files:
|
154 |
+
- split: train
|
155 |
+
path:
|
156 |
+
- "data/mrpc_pt-BR/train.jsonl"
|
157 |
+
- split: validation
|
158 |
+
path:
|
159 |
+
- "data/mrpc_pt-BR/validation.jsonl"
|
160 |
+
- split: test
|
161 |
+
path:
|
162 |
+
- "data/mrpc_pt-BR/test.jsonl"
|
163 |
+
- config_name: mrpc_pt-PT
|
164 |
+
data_files:
|
165 |
+
- split: train
|
166 |
+
path:
|
167 |
+
- "data/mrpc_pt-PT/train.jsonl"
|
168 |
+
- split: validation
|
169 |
+
path:
|
170 |
+
- "data/mrpc_pt-PT/validation.jsonl"
|
171 |
+
- split: test
|
172 |
+
path:
|
173 |
+
- "data/mrpc_pt-PT/test.jsonl"
|
174 |
+
- config_name: multirc_pt-BR
|
175 |
+
data_files:
|
176 |
+
- split: train
|
177 |
+
path:
|
178 |
+
- "data/multirc_pt-BR/train.jsonl"
|
179 |
+
- split: validation
|
180 |
+
path:
|
181 |
+
- "data/multirc_pt-BR/validation.jsonl"
|
182 |
+
- split: test
|
183 |
+
path:
|
184 |
+
- "data/multirc_pt-BR/test.jsonl"
|
185 |
+
- config_name: multirc_pt-PT
|
186 |
+
data_files:
|
187 |
+
- split: train
|
188 |
+
path:
|
189 |
+
- "data/multirc_pt-PT/train.jsonl"
|
190 |
+
- split: validation
|
191 |
+
path:
|
192 |
+
- "data/multirc_pt-PT/validation.jsonl"
|
193 |
+
- split: test
|
194 |
+
path:
|
195 |
+
- "data/multirc_pt-PT/test.jsonl"
|
196 |
+
- config_name: qnli_pt-BR
|
197 |
+
data_files:
|
198 |
+
- split: train
|
199 |
+
path:
|
200 |
+
- "data/qnli_pt-BR/train.jsonl"
|
201 |
+
- split: validation
|
202 |
+
path:
|
203 |
+
- "data/qnli_pt-BR/validation.jsonl"
|
204 |
+
- split: test
|
205 |
+
path:
|
206 |
+
- "data/qnli_pt-BR/test.jsonl"
|
207 |
+
- config_name: qnli_pt-PT
|
208 |
+
data_files:
|
209 |
+
- split: train
|
210 |
+
path:
|
211 |
+
- "data/qnli_pt-PT/train.jsonl"
|
212 |
+
- split: validation
|
213 |
+
path:
|
214 |
+
- "data/qnli_pt-PT/validation.jsonl"
|
215 |
+
- split: test
|
216 |
+
path:
|
217 |
+
- "data/qnli_pt-PT/test.jsonl"
|
218 |
+
- config_name: rte_pt-BR
|
219 |
+
data_files:
|
220 |
+
- split: train
|
221 |
+
path:
|
222 |
+
- "data/rte_pt-BR/train.jsonl"
|
223 |
+
- split: validation
|
224 |
+
path:
|
225 |
+
- "data/rte_pt-BR/validation.jsonl"
|
226 |
+
- split: test
|
227 |
+
path:
|
228 |
+
- "data/rte_pt-BR/test.jsonl"
|
229 |
+
- config_name: rte_pt-PT
|
230 |
+
data_files:
|
231 |
+
- split: train
|
232 |
+
path:
|
233 |
+
- "data/rte_pt-PT/train.jsonl"
|
234 |
+
- split: validation
|
235 |
+
path:
|
236 |
+
- "data/rte_pt-PT/validation.jsonl"
|
237 |
+
- split: test
|
238 |
+
path:
|
239 |
+
- "data/rte_pt-PT/test.jsonl"
|
240 |
+
- config_name: sst2_pt-BR
|
241 |
+
data_files:
|
242 |
+
- split: train
|
243 |
+
path:
|
244 |
+
- "data/sst2_pt-BR/train.jsonl"
|
245 |
+
- split: validation
|
246 |
+
path:
|
247 |
+
- "data/sst2_pt-BR/validation.jsonl"
|
248 |
+
- split: test
|
249 |
+
path:
|
250 |
+
- "data/sst2_pt-BR/test.jsonl"
|
251 |
+
- config_name: sst2_pt-PT
|
252 |
+
data_files:
|
253 |
+
- split: train
|
254 |
+
path:
|
255 |
+
- "data/sst2_pt-PT/train.jsonl"
|
256 |
+
- split: validation
|
257 |
+
path:
|
258 |
+
- "data/sst2_pt-PT/validation.jsonl"
|
259 |
+
- split: test
|
260 |
+
path:
|
261 |
+
- "data/sst2_pt-PT/test.jsonl"
|
262 |
+
- config_name: stsb_pt-BR
|
263 |
+
data_files:
|
264 |
+
- split: train
|
265 |
+
path:
|
266 |
+
- "data/stsb_pt-BR/train.jsonl"
|
267 |
+
- split: validation
|
268 |
+
path:
|
269 |
+
- "data/stsb_pt-BR/validation.jsonl"
|
270 |
+
- split: test
|
271 |
+
path:
|
272 |
+
- "data/stsb_pt-BR/test.jsonl"
|
273 |
+
- config_name: stsb_pt-PT
|
274 |
+
data_files:
|
275 |
+
- split: train
|
276 |
+
path:
|
277 |
+
- "data/stsb_pt-PT/train.jsonl"
|
278 |
+
- split: validation
|
279 |
+
path:
|
280 |
+
- "data/stsb_pt-PT/validation.jsonl"
|
281 |
+
- split: test
|
282 |
+
path:
|
283 |
+
- "data/stsb_pt-PT/test.jsonl"
|
284 |
+
- config_name: wnli_pt-BR
|
285 |
+
data_files:
|
286 |
+
- split: train
|
287 |
+
path:
|
288 |
+
- "data/wnli_pt-BR/train.jsonl"
|
289 |
+
- split: validation
|
290 |
+
path:
|
291 |
+
- "data/wnli_pt-BR/validation.jsonl"
|
292 |
+
- split: test
|
293 |
+
path:
|
294 |
+
- "data/wnli_pt-BR/test.jsonl"
|
295 |
+
- config_name: wnli_pt-PT
|
296 |
+
data_files:
|
297 |
+
- split: train
|
298 |
+
path:
|
299 |
+
- "data/wnli_pt-PT/train.jsonl"
|
300 |
+
- split: validation
|
301 |
+
path:
|
302 |
+
- "data/wnli_pt-PT/validation.jsonl"
|
303 |
+
- split: test
|
304 |
+
path:
|
305 |
+
- "data/wnli_pt-PT/test.jsonl"
|
306 |
---
|
307 |
|
308 |
</br>
|