Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: document
|
6 |
+
dtype: string
|
7 |
+
- name: summary
|
8 |
+
dtype: string
|
9 |
+
- name: weight
|
10 |
+
dtype: float64
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 804126747
|
14 |
+
num_examples: 278111
|
15 |
+
- name: valid
|
16 |
+
num_bytes: 31781754
|
17 |
+
num_examples: 11535
|
18 |
+
- name: test
|
19 |
+
num_bytes: 31585040
|
20 |
+
num_examples: 11535
|
21 |
+
download_size: 549436619
|
22 |
+
dataset_size: 867493541
|
23 |
---
|