Convert dataset sizes from base 2 to base 10 in the dataset card
#1
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -51,9 +51,9 @@ dataset_info:
|
|
51 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
52 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
53 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
54 |
-
- **Size of downloaded dataset files:** 1.
|
55 |
-
- **Size of the generated dataset:** 1.
|
56 |
-
- **Total amount of disk used:** 2.
|
57 |
|
58 |
### Dataset Summary
|
59 |
|
@@ -88,9 +88,9 @@ d = d.batch(batch_size)
|
|
88 |
|
89 |
#### default
|
90 |
|
91 |
-
- **Size of downloaded dataset files:** 1.
|
92 |
-
- **Size of the generated dataset:** 1.
|
93 |
-
- **Total amount of disk used:** 2.
|
94 |
|
95 |
An example of 'train' looks as follows.
|
96 |
```
|
|
|
51 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
52 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
53 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
54 |
+
- **Size of downloaded dataset files:** 1.11 MB
|
55 |
+
- **Size of the generated dataset:** 1.11 MB
|
56 |
+
- **Total amount of disk used:** 2.23 MB
|
57 |
|
58 |
### Dataset Summary
|
59 |
|
|
|
88 |
|
89 |
#### default
|
90 |
|
91 |
+
- **Size of downloaded dataset files:** 1.11 MB
|
92 |
+
- **Size of the generated dataset:** 1.11 MB
|
93 |
+
- **Total amount of disk used:** 2.23 MB
|
94 |
|
95 |
An example of 'train' looks as follows.
|
96 |
```
|