Datasets:
Commit
•
09d1e9a
1
Parent(s):
8da2a67
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
@@ -219,9 +219,9 @@ dataset_info:
|
|
219 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
220 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
221 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
222 |
-
- **Size of downloaded dataset files:**
|
223 |
-
- **Size of the generated dataset:**
|
224 |
-
- **Total amount of disk used:**
|
225 |
|
226 |
### Dataset Summary
|
227 |
|
@@ -275,9 +275,9 @@ ds = builder.as_streaming_dataset()
|
|
275 |
|
276 |
#### cs-en
|
277 |
|
278 |
-
- **Size of downloaded dataset files:**
|
279 |
-
- **Size of the generated dataset:**
|
280 |
-
- **Total amount of disk used:**
|
281 |
|
282 |
An example of 'validation' looks as follows.
|
283 |
```
|
|
|
219 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
220 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
221 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
222 |
+
- **Size of downloaded dataset files:** 2.03 GB
|
223 |
+
- **Size of the generated dataset:** 1.46 GB
|
224 |
+
- **Total amount of disk used:** 3.49 GB
|
225 |
|
226 |
### Dataset Summary
|
227 |
|
|
|
275 |
|
276 |
#### cs-en
|
277 |
|
278 |
+
- **Size of downloaded dataset files:** 2.03 GB
|
279 |
+
- **Size of the generated dataset:** 1.46 GB
|
280 |
+
- **Total amount of disk used:** 3.49 GB
|
281 |
|
282 |
An example of 'validation' looks as follows.
|
283 |
```
|