Datasets:
Commit
•
605f948
1
Parent(s):
1f9a191
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
@@ -161,9 +161,9 @@ dataset_info:
|
|
161 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
162 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
163 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
164 |
-
- **Size of downloaded dataset files:**
|
165 |
-
- **Size of the generated dataset:**
|
166 |
-
- **Total amount of disk used:**
|
167 |
|
168 |
### Dataset Summary
|
169 |
|
@@ -217,9 +217,9 @@ ds = builder.as_streaming_dataset()
|
|
217 |
|
218 |
#### cs-en
|
219 |
|
220 |
-
- **Size of downloaded dataset files:**
|
221 |
-
- **Size of the generated dataset:**
|
222 |
-
- **Total amount of disk used:**
|
223 |
|
224 |
An example of 'validation' looks as follows.
|
225 |
```
|
|
|
161 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
162 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
163 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
164 |
+
- **Size of downloaded dataset files:** 1.74 GB
|
165 |
+
- **Size of the generated dataset:** 284.34 MB
|
166 |
+
- **Total amount of disk used:** 2.02 GB
|
167 |
|
168 |
### Dataset Summary
|
169 |
|
|
|
217 |
|
218 |
#### cs-en
|
219 |
|
220 |
+
- **Size of downloaded dataset files:** 1.74 GB
|
221 |
+
- **Size of the generated dataset:** 284.34 MB
|
222 |
+
- **Total amount of disk used:** 2.02 GB
|
223 |
|
224 |
An example of 'validation' looks as follows.
|
225 |
```
|