mariosasko
commited on
Commit
•
bfbbc71
1
Parent(s):
a06b2d5
Upload dataset
Browse files
README.md
CHANGED
@@ -350,6 +350,27 @@ dataset_info:
|
|
350 |
num_examples: 7600
|
351 |
download_size: 37311664
|
352 |
dataset_size: 84339005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
configs:
|
354 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
355 |
data_files:
|
@@ -459,6 +480,12 @@ configs:
|
|
459 |
path: ag_news_classify_question_first/train-*
|
460 |
- split: test
|
461 |
path: ag_news_classify_question_first/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
462 |
---
|
463 |
|
464 |
# Dataset Card for P3
|
|
|
350 |
num_examples: 7600
|
351 |
download_size: 37311664
|
352 |
dataset_size: 84339005
|
353 |
+
- config_name: ag_news_classify_with_choices
|
354 |
+
features:
|
355 |
+
- name: answer_choices
|
356 |
+
sequence: string
|
357 |
+
- name: inputs
|
358 |
+
sequence: int32
|
359 |
+
- name: inputs_pretokenized
|
360 |
+
dtype: string
|
361 |
+
- name: targets
|
362 |
+
sequence: int32
|
363 |
+
- name: targets_pretokenized
|
364 |
+
dtype: string
|
365 |
+
splits:
|
366 |
+
- name: train
|
367 |
+
num_bytes: 91699523
|
368 |
+
num_examples: 120000
|
369 |
+
- name: test
|
370 |
+
num_bytes: 5782282
|
371 |
+
num_examples: 7600
|
372 |
+
download_size: 38377186
|
373 |
+
dataset_size: 97481805
|
374 |
configs:
|
375 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
376 |
data_files:
|
|
|
480 |
path: ag_news_classify_question_first/train-*
|
481 |
- split: test
|
482 |
path: ag_news_classify_question_first/test-*
|
483 |
+
- config_name: ag_news_classify_with_choices
|
484 |
+
data_files:
|
485 |
+
- split: train
|
486 |
+
path: ag_news_classify_with_choices/train-*
|
487 |
+
- split: test
|
488 |
+
path: ag_news_classify_with_choices/test-*
|
489 |
---
|
490 |
|
491 |
# Dataset Card for P3
|
ag_news_classify_with_choices/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a3b5376747f9a8059501b693a0dca38e3be43872b9aecf97d08eb7feac5ebee
|
3 |
+
size 2381975
|
ag_news_classify_with_choices/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dfdc45cd588066eb319c8d68517d46bcf4e0e7c02169e1df53a148ed3742379
|
3 |
+
size 35995211
|