Datasets:
Commit
•
14c5296
1
Parent(s):
eb23888
Convert dataset sizes from base 2 to base 10 in the dataset card (#6)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (d58beffb279bd02fb2331412de6ab58e83997c93)
README.md
CHANGED
@@ -95,9 +95,9 @@ dataset_info:
|
|
95 |
- **Repository:** https://github.com/armancohan/long-summarization
|
96 |
- **Paper:** [A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents](https://arxiv.org/abs/1804.05685)
|
97 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
98 |
-
- **Size of downloaded dataset files:**
|
99 |
-
- **Size of the generated dataset:**
|
100 |
-
- **Total amount of disk used:**
|
101 |
|
102 |
### Dataset Summary
|
103 |
|
@@ -123,9 +123,9 @@ Both "arxiv" and "pubmed" have two features:
|
|
123 |
|
124 |
#### arxiv
|
125 |
|
126 |
-
- **Size of downloaded dataset files:**
|
127 |
-
- **Size of the generated dataset:**
|
128 |
-
- **Total amount of disk used:**
|
129 |
|
130 |
An example of 'train' looks as follows.
|
131 |
```
|
@@ -140,9 +140,9 @@ This example was too long and was cropped:
|
|
140 |
|
141 |
#### pubmed
|
142 |
|
143 |
-
- **Size of downloaded dataset files:**
|
144 |
-
- **Size of the generated dataset:**
|
145 |
-
- **Total amount of disk used:**
|
146 |
|
147 |
An example of 'validation' looks as follows.
|
148 |
```
|
|
|
95 |
- **Repository:** https://github.com/armancohan/long-summarization
|
96 |
- **Paper:** [A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents](https://arxiv.org/abs/1804.05685)
|
97 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
98 |
+
- **Size of downloaded dataset files:** 9.01 GB
|
99 |
+
- **Size of the generated dataset:** 10.09 GB
|
100 |
+
- **Total amount of disk used:** 19.10 GB
|
101 |
|
102 |
### Dataset Summary
|
103 |
|
|
|
123 |
|
124 |
#### arxiv
|
125 |
|
126 |
+
- **Size of downloaded dataset files:** 4.50 GB
|
127 |
+
- **Size of the generated dataset:** 7.58 GB
|
128 |
+
- **Total amount of disk used:** 12.09 GB
|
129 |
|
130 |
An example of 'train' looks as follows.
|
131 |
```
|
|
|
140 |
|
141 |
#### pubmed
|
142 |
|
143 |
+
- **Size of downloaded dataset files:** 4.50 GB
|
144 |
+
- **Size of the generated dataset:** 2.51 GB
|
145 |
+
- **Total amount of disk used:** 7.01 GB
|
146 |
|
147 |
An example of 'validation' looks as follows.
|
148 |
```
|