Datasets:
Commit
•
f301ffe
1
Parent(s):
5dab570
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
@@ -66,9 +66,9 @@ dataset_info:
|
|
66 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
67 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
68 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
-
- **Size of downloaded dataset files:** 12.
|
70 |
-
- **Size of the generated dataset:**
|
71 |
-
- **Total amount of disk used:**
|
72 |
|
73 |
### Dataset Summary
|
74 |
|
@@ -88,9 +88,9 @@ Synthetic English-ASL Gloss Parallel Corpus 2012
|
|
88 |
|
89 |
#### default
|
90 |
|
91 |
-
- **Size of downloaded dataset files:** 12.
|
92 |
-
- **Size of the generated dataset:**
|
93 |
-
- **Total amount of disk used:**
|
94 |
|
95 |
An example of 'train' looks as follows.
|
96 |
```
|
|
|
66 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
67 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
68 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
+
- **Size of downloaded dataset files:** 12.77 MB
|
70 |
+
- **Size of the generated dataset:** 13.50 MB
|
71 |
+
- **Total amount of disk used:** 26.27 MB
|
72 |
|
73 |
### Dataset Summary
|
74 |
|
|
|
88 |
|
89 |
#### default
|
90 |
|
91 |
+
- **Size of downloaded dataset files:** 12.77 MB
|
92 |
+
- **Size of the generated dataset:** 13.50 MB
|
93 |
+
- **Total amount of disk used:** 26.27 MB
|
94 |
|
95 |
An example of 'train' looks as follows.
|
96 |
```
|