Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,47 @@ task_ids: []
|
|
20 |
paperswithcode_id: null
|
21 |
tags:
|
22 |
- abstractive-summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for "scientific_papers"
|
|
|
20 |
paperswithcode_id: null
|
21 |
tags:
|
22 |
- abstractive-summarization
|
23 |
+
dataset_info:
|
24 |
+
- config_name: arxiv
|
25 |
+
features:
|
26 |
+
- name: article
|
27 |
+
dtype: string
|
28 |
+
- name: abstract
|
29 |
+
dtype: string
|
30 |
+
- name: section_names
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: test
|
34 |
+
num_bytes: 217514961
|
35 |
+
num_examples: 6440
|
36 |
+
- name: train
|
37 |
+
num_bytes: 7148341992
|
38 |
+
num_examples: 203037
|
39 |
+
- name: validation
|
40 |
+
num_bytes: 217125524
|
41 |
+
num_examples: 6436
|
42 |
+
download_size: 4504646347
|
43 |
+
dataset_size: 7582982477
|
44 |
+
- config_name: pubmed
|
45 |
+
features:
|
46 |
+
- name: article
|
47 |
+
dtype: string
|
48 |
+
- name: abstract
|
49 |
+
dtype: string
|
50 |
+
- name: section_names
|
51 |
+
dtype: string
|
52 |
+
splits:
|
53 |
+
- name: test
|
54 |
+
num_bytes: 127184448
|
55 |
+
num_examples: 6658
|
56 |
+
- name: train
|
57 |
+
num_bytes: 2252027383
|
58 |
+
num_examples: 119924
|
59 |
+
- name: validation
|
60 |
+
num_bytes: 127403398
|
61 |
+
num_examples: 6633
|
62 |
+
download_size: 4504646347
|
63 |
+
dataset_size: 2506615229
|
64 |
---
|
65 |
|
66 |
# Dataset Card for "scientific_papers"
|