Commit
•
db78edc
1
Parent(s):
5e40536
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
@@ -63,9 +63,9 @@ dataset_info:
|
|
63 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
64 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
65 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
66 |
-
- **Size of downloaded dataset files:**
|
67 |
-
- **Size of the generated dataset:**
|
68 |
-
- **Total amount of disk used:**
|
69 |
|
70 |
### Dataset Summary
|
71 |
|
@@ -85,9 +85,9 @@ Language modeling resources to be used in conjunction with the LibriSpeech ASR c
|
|
85 |
|
86 |
#### default
|
87 |
|
88 |
-
- **Size of downloaded dataset files:**
|
89 |
-
- **Size of the generated dataset:**
|
90 |
-
- **Total amount of disk used:**
|
91 |
|
92 |
An example of 'train' looks as follows.
|
93 |
```
|
|
|
63 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
64 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
65 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
66 |
+
- **Size of downloaded dataset files:** 1.51 GB
|
67 |
+
- **Size of the generated dataset:** 4.42 GB
|
68 |
+
- **Total amount of disk used:** 5.93 GB
|
69 |
|
70 |
### Dataset Summary
|
71 |
|
|
|
85 |
|
86 |
#### default
|
87 |
|
88 |
+
- **Size of downloaded dataset files:** 1.51 GB
|
89 |
+
- **Size of the generated dataset:** 4.42 GB
|
90 |
+
- **Total amount of disk used:** 5.93 GB
|
91 |
|
92 |
An example of 'train' looks as follows.
|
93 |
```
|