Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,43 @@ task_ids:
|
|
20 |
- news-articles-headline-generation
|
21 |
- news-articles-summarization
|
22 |
paperswithcode_id: orangesum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for OrangeSum
|
|
|
20 |
- news-articles-headline-generation
|
21 |
- news-articles-summarization
|
22 |
paperswithcode_id: orangesum
|
23 |
+
dataset_info:
|
24 |
+
- config_name: abstract
|
25 |
+
features:
|
26 |
+
- name: text
|
27 |
+
dtype: string
|
28 |
+
- name: summary
|
29 |
+
dtype: string
|
30 |
+
splits:
|
31 |
+
- name: test
|
32 |
+
num_bytes: 3785207
|
33 |
+
num_examples: 1500
|
34 |
+
- name: train
|
35 |
+
num_bytes: 53531651
|
36 |
+
num_examples: 21401
|
37 |
+
- name: validation
|
38 |
+
num_bytes: 3698650
|
39 |
+
num_examples: 1500
|
40 |
+
download_size: 23058350
|
41 |
+
dataset_size: 61015508
|
42 |
+
- config_name: title
|
43 |
+
features:
|
44 |
+
- name: text
|
45 |
+
dtype: string
|
46 |
+
- name: summary
|
47 |
+
dtype: string
|
48 |
+
splits:
|
49 |
+
- name: test
|
50 |
+
num_bytes: 3176690
|
51 |
+
num_examples: 1500
|
52 |
+
- name: train
|
53 |
+
num_bytes: 65225136
|
54 |
+
num_examples: 30659
|
55 |
+
- name: validation
|
56 |
+
num_bytes: 3276713
|
57 |
+
num_examples: 1500
|
58 |
+
download_size: 27321627
|
59 |
+
dataset_size: 71678539
|
60 |
---
|
61 |
|
62 |
# Dataset Card for OrangeSum
|