Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- summarization
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
size_categories:
|
| 9 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
**Dataset Name:** Long-Form Article Summarization Dataset
|
| 12 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
size_categories:
|
| 6 |
- 100K<n<1M
|
| 7 |
+
task_categories:
|
| 8 |
+
- summarization
|
| 9 |
+
pretty_name: Long-Form Article Summarization Dataset
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: default
|
| 12 |
+
data_files:
|
| 13 |
+
- split: train
|
| 14 |
+
path: data/train-*
|
| 15 |
+
dataset_info:
|
| 16 |
+
features:
|
| 17 |
+
- name: text
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: summary
|
| 20 |
+
dtype: string
|
| 21 |
+
splits:
|
| 22 |
+
- name: train
|
| 23 |
+
num_bytes: 2243293725
|
| 24 |
+
num_examples: 105256
|
| 25 |
+
download_size: 880664627
|
| 26 |
+
dataset_size: 2243293725
|
| 27 |
---
|
| 28 |
**Dataset Name:** Long-Form Article Summarization Dataset
|
| 29 |
|