mariosasko
commited on
Commit
•
7c64596
1
Parent(s):
3ac4088
Upload dataset
Browse files
README.md
CHANGED
@@ -308,6 +308,27 @@ dataset_info:
|
|
308 |
num_examples: 1000
|
309 |
download_size: 6152157
|
310 |
dataset_size: 19318880
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
configs:
|
312 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
313 |
data_files:
|
@@ -405,6 +426,12 @@ configs:
|
|
405 |
path: adversarial_qa_droberta_tell_what_it_is/train-*
|
406 |
- split: validation
|
407 |
path: adversarial_qa_droberta_tell_what_it_is/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
408 |
---
|
409 |
|
410 |
# Dataset Card for P3
|
|
|
308 |
num_examples: 1000
|
309 |
download_size: 6152157
|
310 |
dataset_size: 19318880
|
311 |
+
- config_name: ag_news_classify
|
312 |
+
features:
|
313 |
+
- name: answer_choices
|
314 |
+
sequence: string
|
315 |
+
- name: inputs
|
316 |
+
sequence: int32
|
317 |
+
- name: inputs_pretokenized
|
318 |
+
dtype: string
|
319 |
+
- name: targets
|
320 |
+
sequence: int32
|
321 |
+
- name: targets_pretokenized
|
322 |
+
dtype: string
|
323 |
+
splits:
|
324 |
+
- name: train
|
325 |
+
num_bytes: 79459523
|
326 |
+
num_examples: 120000
|
327 |
+
- name: test
|
328 |
+
num_bytes: 5007082
|
329 |
+
num_examples: 7600
|
330 |
+
download_size: 37504540
|
331 |
+
dataset_size: 84466605
|
332 |
configs:
|
333 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
334 |
data_files:
|
|
|
426 |
path: adversarial_qa_droberta_tell_what_it_is/train-*
|
427 |
- split: validation
|
428 |
path: adversarial_qa_droberta_tell_what_it_is/validation-*
|
429 |
+
- config_name: ag_news_classify
|
430 |
+
data_files:
|
431 |
+
- split: train
|
432 |
+
path: ag_news_classify/train-*
|
433 |
+
- split: test
|
434 |
+
path: ag_news_classify/test-*
|
435 |
---
|
436 |
|
437 |
# Dataset Card for P3
|
ag_news_classify/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee1413c2e56bf08299f687224ea944a606affc0c99a67406b77453abae3bf2c3
|
3 |
+
size 2330963
|
ag_news_classify/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fef38cac3b6f74362f7ba1f167bb7fb9c107c7a952685cea9d0bf6674c9dd07d
|
3 |
+
size 35173577
|