Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
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: title
|
11 |
+
dtype: string
|
12 |
+
- name: data
|
13 |
+
dtype: string
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 12552650836
|
17 |
+
num_examples: 18376812
|
18 |
+
download_size: 6490731290
|
19 |
+
dataset_size: 12552650836
|
20 |
---
|