Datasets:
Commit
•
1afb4e7
1
Parent(s):
bea9988
Convert dataset sizes from base 2 to base 10 in the dataset card (#3)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (1c77d40a04e4c27a4322a6f304bdeeb91a616792)
README.md
CHANGED
@@ -218,9 +218,9 @@ dataset_info:
|
|
218 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
219 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
220 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
221 |
-
- **Size of downloaded dataset files:**
|
222 |
-
- **Size of the generated dataset:**
|
223 |
-
- **Total amount of disk used:**
|
224 |
|
225 |
### Dataset Summary
|
226 |
|
@@ -274,9 +274,9 @@ ds = builder.as_streaming_dataset()
|
|
274 |
|
275 |
#### cs-en
|
276 |
|
277 |
-
- **Size of downloaded dataset files:**
|
278 |
-
- **Size of the generated dataset:**
|
279 |
-
- **Total amount of disk used:**
|
280 |
|
281 |
An example of 'validation' looks as follows.
|
282 |
```
|
|
|
218 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
219 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
220 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
221 |
+
- **Size of downloaded dataset files:** 2.02 GB
|
222 |
+
- **Size of the generated dataset:** 1.32 GB
|
223 |
+
- **Total amount of disk used:** 3.33 GB
|
224 |
|
225 |
### Dataset Summary
|
226 |
|
|
|
274 |
|
275 |
#### cs-en
|
276 |
|
277 |
+
- **Size of downloaded dataset files:** 2.02 GB
|
278 |
+
- **Size of the generated dataset:** 1.32 GB
|
279 |
+
- **Total amount of disk used:** 3.33 GB
|
280 |
|
281 |
An example of 'validation' looks as follows.
|
282 |
```
|