Datasets:
Tasks:
Text Generation
Sub-tasks:
language-modeling
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Commit
•
ee0b7f6
1
Parent(s):
a82f7e6
Convert dataset sizes from base 2 to base 10 in the dataset card
Browse filesConvert dataset sizes from base 2 (MiB) to base 10 (MB) in the dataset card, as it is the case in the dataset viewer.
See: https://github.com/huggingface/datasets/issues/5708
README.md
CHANGED
@@ -75,9 +75,9 @@ dataset_info:
|
|
75 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
76 |
- **Paper:** [Compressive Transformers for Long-Range Sequence Modelling](https://arxiv.org/abs/1911.05507)
|
77 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
78 |
-
- **Size of downloaded dataset files:**
|
79 |
-
- **Size of the generated dataset:**
|
80 |
-
- **Total amount of disk used:**
|
81 |
|
82 |
### Dataset Summary
|
83 |
|
@@ -106,9 +106,9 @@ One could use this dataset for benchmarking long-range language models, or use i
|
|
106 |
|
107 |
#### default
|
108 |
|
109 |
-
- **Size of downloaded dataset files:**
|
110 |
-
- **Size of the generated dataset:**
|
111 |
-
- **Total amount of disk used:**
|
112 |
|
113 |
An example of 'train' looks as follows.
|
114 |
```
|
|
|
75 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
76 |
- **Paper:** [Compressive Transformers for Long-Range Sequence Modelling](https://arxiv.org/abs/1911.05507)
|
77 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
78 |
+
- **Size of downloaded dataset files:** 11.74 GB
|
79 |
+
- **Size of the generated dataset:** 11.51 GB
|
80 |
+
- **Total amount of disk used:** 23.25 GB
|
81 |
|
82 |
### Dataset Summary
|
83 |
|
|
|
106 |
|
107 |
#### default
|
108 |
|
109 |
+
- **Size of downloaded dataset files:** 11.74 GB
|
110 |
+
- **Size of the generated dataset:** 11.51 GB
|
111 |
+
- **Total amount of disk used:** 23.25 GB
|
112 |
|
113 |
An example of 'train' looks as follows.
|
114 |
```
|