mariosasko
commited on
Commit
•
b006f86
1
Parent(s):
dc216bb
Upload dataset
Browse files
README.md
CHANGED
@@ -93,6 +93,25 @@ dataset_info:
|
|
93 |
num_examples: 1000
|
94 |
download_size: 6180363
|
95 |
dataset_size: 18505803
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
configs:
|
97 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
98 |
data_files:
|
@@ -120,6 +139,12 @@ configs:
|
|
120 |
path: adversarial_qa_dbert_question_context_answer/train-*
|
121 |
- split: validation
|
122 |
path: adversarial_qa_dbert_question_context_answer/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
---
|
124 |
|
125 |
# Dataset Card for P3
|
|
|
93 |
num_examples: 1000
|
94 |
download_size: 6180363
|
95 |
dataset_size: 18505803
|
96 |
+
- config_name: adversarial_qa_dbert_tell_what_it_is
|
97 |
+
features:
|
98 |
+
- name: inputs
|
99 |
+
sequence: int32
|
100 |
+
- name: inputs_pretokenized
|
101 |
+
dtype: string
|
102 |
+
- name: targets
|
103 |
+
sequence: int32
|
104 |
+
- name: targets_pretokenized
|
105 |
+
dtype: string
|
106 |
+
splits:
|
107 |
+
- name: train
|
108 |
+
num_bytes: 17793277
|
109 |
+
num_examples: 10000
|
110 |
+
- name: validation
|
111 |
+
num_bytes: 1739418
|
112 |
+
num_examples: 1000
|
113 |
+
download_size: 6276720
|
114 |
+
dataset_size: 19532695
|
115 |
configs:
|
116 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
117 |
data_files:
|
|
|
139 |
path: adversarial_qa_dbert_question_context_answer/train-*
|
140 |
- split: validation
|
141 |
path: adversarial_qa_dbert_question_context_answer/validation-*
|
142 |
+
- config_name: adversarial_qa_dbert_tell_what_it_is
|
143 |
+
data_files:
|
144 |
+
- split: train
|
145 |
+
path: adversarial_qa_dbert_tell_what_it_is/train-*
|
146 |
+
- split: validation
|
147 |
+
path: adversarial_qa_dbert_tell_what_it_is/validation-*
|
148 |
---
|
149 |
|
150 |
# Dataset Card for P3
|
adversarial_qa_dbert_tell_what_it_is/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56bde5478a9e49b0354a9bc3881665f4d18ef0f77e40b3694224deff5eabdd86
|
3 |
+
size 5701291
|
adversarial_qa_dbert_tell_what_it_is/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78e1c91a7e1967356274a830879191f0fa4970f538f54d15c609e7f37948f786
|
3 |
+
size 575429
|