mariosasko
commited on
Commit
•
d8c9d1e
1
Parent(s):
96d10e1
Upload dataset
Browse files
README.md
CHANGED
@@ -14428,6 +14428,30 @@ dataset_info:
|
|
14428 |
num_examples: 6165
|
14429 |
download_size: 5942624
|
14430 |
dataset_size: 18503188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14431 |
configs:
|
14432 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
14433 |
data_files:
|
@@ -19073,6 +19097,14 @@ configs:
|
|
19073 |
path: wiki_qa_automatic_system/validation-*
|
19074 |
- split: test
|
19075 |
path: wiki_qa_automatic_system/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19076 |
---
|
19077 |
|
19078 |
# Dataset Card for P3
|
|
|
14428 |
num_examples: 6165
|
14429 |
download_size: 5942624
|
14430 |
dataset_size: 18503188
|
14431 |
+
- config_name: wiki_qa_exercise
|
14432 |
+
features:
|
14433 |
+
- name: answer_choices
|
14434 |
+
sequence: string
|
14435 |
+
- name: inputs
|
14436 |
+
sequence: int32
|
14437 |
+
- name: inputs_pretokenized
|
14438 |
+
dtype: string
|
14439 |
+
- name: targets
|
14440 |
+
sequence: int32
|
14441 |
+
- name: targets_pretokenized
|
14442 |
+
dtype: string
|
14443 |
+
splits:
|
14444 |
+
- name: train
|
14445 |
+
num_bytes: 14832087
|
14446 |
+
num_examples: 20360
|
14447 |
+
- name: validation
|
14448 |
+
num_bytes: 1976940
|
14449 |
+
num_examples: 2733
|
14450 |
+
- name: test
|
14451 |
+
num_bytes: 4488199
|
14452 |
+
num_examples: 6165
|
14453 |
+
download_size: 6093460
|
14454 |
+
dataset_size: 21297226
|
14455 |
configs:
|
14456 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
14457 |
data_files:
|
|
|
19097 |
path: wiki_qa_automatic_system/validation-*
|
19098 |
- split: test
|
19099 |
path: wiki_qa_automatic_system/test-*
|
19100 |
+
- config_name: wiki_qa_exercise
|
19101 |
+
data_files:
|
19102 |
+
- split: train
|
19103 |
+
path: wiki_qa_exercise/train-*
|
19104 |
+
- split: validation
|
19105 |
+
path: wiki_qa_exercise/validation-*
|
19106 |
+
- split: test
|
19107 |
+
path: wiki_qa_exercise/test-*
|
19108 |
---
|
19109 |
|
19110 |
# Dataset Card for P3
|
wiki_qa_exercise/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a946e17bbc5588060f3b8c98a62b53653a554d0d8fb2f28893a6fb85607d81f9
|
3 |
+
size 1277663
|
wiki_qa_exercise/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c38b98c7bbb1071854aca5b7b28c45db15eae9d8c8b5962aa22b24f2ecbc9005
|
3 |
+
size 4251415
|
wiki_qa_exercise/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:739db1f75288e2ff96d6a326201bba220e488e804b5a9ab11ab90da852871ec9
|
3 |
+
size 564382
|