Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
---
|
2 |
license: cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: validation
|
9 |
+
path: data/validation-*
|
10 |
+
- split: test
|
11 |
+
path: data/test-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: title
|
15 |
+
dtype: string
|
16 |
+
- name: body
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 12503434
|
21 |
+
num_examples: 15000
|
22 |
+
- name: validation
|
23 |
+
num_bytes: 4272675
|
24 |
+
num_examples: 5000
|
25 |
+
- name: test
|
26 |
+
num_bytes: 1709070
|
27 |
+
num_examples: 2000
|
28 |
+
download_size: 10790292
|
29 |
+
dataset_size: 18485179
|
30 |
---
|