Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: turns
|
11 |
+
sequence: string
|
12 |
+
- name: question_id
|
13 |
+
dtype: int64
|
14 |
+
- name: category
|
15 |
+
dtype: string
|
16 |
+
- name: uid
|
17 |
+
dtype: string
|
18 |
+
- name: references
|
19 |
+
sequence: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 187267
|
23 |
+
num_examples: 80
|
24 |
+
download_size: 101473
|
25 |
+
dataset_size: 187267
|
26 |
---
|