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