Datasets:
Commit
·
e30b492
1
Parent(s):
e9c1892
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 (884fcdd89277ae4ea72ed705a3904fad84e22a56)
README.md
CHANGED
|
@@ -203,9 +203,9 @@ dataset_info:
|
|
| 203 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 204 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 205 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 206 |
-
- **Size of downloaded dataset files:**
|
| 207 |
-
- **Size of the generated dataset:**
|
| 208 |
-
- **Total amount of disk used:**
|
| 209 |
|
| 210 |
### Dataset Summary
|
| 211 |
|
|
@@ -259,9 +259,9 @@ ds = builder.as_streaming_dataset()
|
|
| 259 |
|
| 260 |
#### cs-en
|
| 261 |
|
| 262 |
-
- **Size of downloaded dataset files:**
|
| 263 |
-
- **Size of the generated dataset:**
|
| 264 |
-
- **Total amount of disk used:**
|
| 265 |
|
| 266 |
An example of 'train' looks as follows.
|
| 267 |
```
|
|
|
|
| 203 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 204 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 205 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 206 |
+
- **Size of downloaded dataset files:** 1.78 GB
|
| 207 |
+
- **Size of the generated dataset:** 302.09 MB
|
| 208 |
+
- **Total amount of disk used:** 2.09 GB
|
| 209 |
|
| 210 |
### Dataset Summary
|
| 211 |
|
|
|
|
| 259 |
|
| 260 |
#### cs-en
|
| 261 |
|
| 262 |
+
- **Size of downloaded dataset files:** 1.78 GB
|
| 263 |
+
- **Size of the generated dataset:** 302.09 MB
|
| 264 |
+
- **Total amount of disk used:** 2.09 GB
|
| 265 |
|
| 266 |
An example of 'train' looks as follows.
|
| 267 |
```
|