Datasets:
Commit
•
9d876b4
1
Parent(s):
a744cbb
Convert dataset sizes from base 2 to base 10 in the dataset card (#4)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (ea60652c278182c97adb3d6cebe460dbb128dc4b)
README.md
CHANGED
@@ -182,9 +182,9 @@ dataset_info:
|
|
182 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
183 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
184 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
185 |
-
- **Size of downloaded dataset files:**
|
186 |
-
- **Size of the generated dataset:**
|
187 |
-
- **Total amount of disk used:**
|
188 |
|
189 |
### Dataset Summary
|
190 |
|
@@ -238,9 +238,9 @@ ds = builder.as_streaming_dataset()
|
|
238 |
|
239 |
#### cs-en
|
240 |
|
241 |
-
- **Size of downloaded dataset files:**
|
242 |
-
- **Size of the generated dataset:**
|
243 |
-
- **Total amount of disk used:**
|
244 |
|
245 |
An example of 'validation' looks as follows.
|
246 |
```
|
|
|
182 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
183 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
184 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
185 |
+
- **Size of downloaded dataset files:** 1.69 GB
|
186 |
+
- **Size of the generated dataset:** 297.28 MB
|
187 |
+
- **Total amount of disk used:** 1.99 GB
|
188 |
|
189 |
### Dataset Summary
|
190 |
|
|
|
238 |
|
239 |
#### cs-en
|
240 |
|
241 |
+
- **Size of downloaded dataset files:** 1.69 GB
|
242 |
+
- **Size of the generated dataset:** 297.28 MB
|
243 |
+
- **Total amount of disk used:** 1.99 GB
|
244 |
|
245 |
An example of 'validation' looks as follows.
|
246 |
```
|