mariosasko
commited on
Commit
•
a06b2d5
1
Parent(s):
7c64596
Upload dataset
Browse files
README.md
CHANGED
@@ -329,6 +329,27 @@ dataset_info:
|
|
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:
|
@@ -432,6 +453,12 @@ configs:
|
|
432 |
path: ag_news_classify/train-*
|
433 |
- split: test
|
434 |
path: ag_news_classify/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
435 |
---
|
436 |
|
437 |
# Dataset Card for P3
|
|
|
329 |
num_examples: 7600
|
330 |
download_size: 37504540
|
331 |
dataset_size: 84466605
|
332 |
+
- config_name: ag_news_classify_question_first
|
333 |
+
features:
|
334 |
+
- name: answer_choices
|
335 |
+
sequence: string
|
336 |
+
- name: inputs
|
337 |
+
sequence: int32
|
338 |
+
- name: inputs_pretokenized
|
339 |
+
dtype: string
|
340 |
+
- name: targets
|
341 |
+
sequence: int32
|
342 |
+
- name: targets_pretokenized
|
343 |
+
dtype: string
|
344 |
+
splits:
|
345 |
+
- name: train
|
346 |
+
num_bytes: 79339523
|
347 |
+
num_examples: 120000
|
348 |
+
- name: test
|
349 |
+
num_bytes: 4999482
|
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:
|
|
|
453 |
path: ag_news_classify/train-*
|
454 |
- split: test
|
455 |
path: ag_news_classify/test-*
|
456 |
+
- config_name: ag_news_classify_question_first
|
457 |
+
data_files:
|
458 |
+
- split: train
|
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
|
ag_news_classify_question_first/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f7f14830f6422fe7d1420538fa001840b33a6da438e462f7dd3ab81330d04d3
|
3 |
+
size 2324682
|
ag_news_classify_question_first/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3aa084fa81d119ad3c4a817c2f7282e2f7341a28633df0bec30f40aa202e816
|
3 |
+
size 34986982
|