Upload dataset
Browse files- README.md +37 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: type
|
7 |
+
dtype: string
|
8 |
+
- name: question
|
9 |
+
dtype: string
|
10 |
+
- name: context
|
11 |
+
struct:
|
12 |
+
- name: sentences
|
13 |
+
sequence:
|
14 |
+
sequence: string
|
15 |
+
- name: title
|
16 |
+
sequence:
|
17 |
+
sequence: string
|
18 |
+
- name: oracle_context
|
19 |
+
dtype: string
|
20 |
+
- name: cot_answer
|
21 |
+
dtype: string
|
22 |
+
- name: instruction
|
23 |
+
dtype: string
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 36879493
|
29 |
+
num_examples: 50
|
30 |
+
download_size: 12446001
|
31 |
+
dataset_size: 36879493
|
32 |
+
configs:
|
33 |
+
- config_name: default
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: data/train-*
|
37 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fbd47397e507d90579e12afa02e459a0f8522a1fc40b5777613f8762f5beb3d
|
3 |
+
size 12446001
|