mariosasko
commited on
Commit
•
7694d30
1
Parent(s):
8db1c9a
Upload dataset
Browse files
README.md
CHANGED
@@ -9218,6 +9218,25 @@ dataset_info:
|
|
9218 |
num_examples: 5928
|
9219 |
download_size: 47938364
|
9220 |
dataset_size: 174291487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9221 |
configs:
|
9222 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
9223 |
data_files:
|
@@ -12223,6 +12242,12 @@ configs:
|
|
12223 |
path: squad_v2_Jeopardy_with_Context/train-*
|
12224 |
- split: validation
|
12225 |
path: squad_v2_Jeopardy_with_Context/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
12226 |
---
|
12227 |
|
12228 |
# Dataset Card for P3
|
|
|
9218 |
num_examples: 5928
|
9219 |
download_size: 47938364
|
9220 |
dataset_size: 174291487
|
9221 |
+
- config_name: squad_v2_Jeopardy_without_Context
|
9222 |
+
features:
|
9223 |
+
- name: inputs
|
9224 |
+
sequence: int32
|
9225 |
+
- name: inputs_pretokenized
|
9226 |
+
dtype: string
|
9227 |
+
- name: targets
|
9228 |
+
sequence: int32
|
9229 |
+
- name: targets_pretokenized
|
9230 |
+
dtype: string
|
9231 |
+
splits:
|
9232 |
+
- name: train
|
9233 |
+
num_bytes: 27943826
|
9234 |
+
num_examples: 86821
|
9235 |
+
- name: validation
|
9236 |
+
num_bytes: 1932710
|
9237 |
+
num_examples: 5928
|
9238 |
+
download_size: 10250181
|
9239 |
+
dataset_size: 29876536
|
9240 |
configs:
|
9241 |
- config_name: adversarial_qa_dbert_answer_the_following_q
|
9242 |
data_files:
|
|
|
12242 |
path: squad_v2_Jeopardy_with_Context/train-*
|
12243 |
- split: validation
|
12244 |
path: squad_v2_Jeopardy_with_Context/validation-*
|
12245 |
+
- config_name: squad_v2_Jeopardy_without_Context
|
12246 |
+
data_files:
|
12247 |
+
- split: train
|
12248 |
+
path: squad_v2_Jeopardy_without_Context/train-*
|
12249 |
+
- split: validation
|
12250 |
+
path: squad_v2_Jeopardy_without_Context/validation-*
|
12251 |
---
|
12252 |
|
12253 |
# Dataset Card for P3
|
squad_v2_Jeopardy_without_Context/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73ed571808cf0c4b7ffa4e97d52cea11775e016a2acdc348b903ca535b22bae8
|
3 |
+
size 9579168
|
squad_v2_Jeopardy_without_Context/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e15151443ae25dd23de1abe96c5d0abc47845b534776783d8c3062c17c4d1468
|
3 |
+
size 671013
|