Commit
•
70f2142
1
Parent(s):
84a28ef
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
@@ -102,9 +102,9 @@ dataset_info:
|
|
102 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
103 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
104 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
-
- **Size of downloaded dataset files:**
|
106 |
-
- **Size of the generated dataset:**
|
107 |
-
- **Total amount of disk used:**
|
108 |
|
109 |
### Dataset Summary
|
110 |
|
@@ -141,9 +141,9 @@ version v1.1
|
|
141 |
|
142 |
#### v1.1
|
143 |
|
144 |
-
- **Size of downloaded dataset files:**
|
145 |
-
- **Size of the generated dataset:**
|
146 |
-
- **Total amount of disk used:**
|
147 |
|
148 |
An example of 'train' looks as follows.
|
149 |
```
|
@@ -152,9 +152,9 @@ An example of 'train' looks as follows.
|
|
152 |
|
153 |
#### v2.1
|
154 |
|
155 |
-
- **Size of downloaded dataset files:**
|
156 |
-
- **Size of the generated dataset:**
|
157 |
-
- **Total amount of disk used:**
|
158 |
|
159 |
An example of 'validation' looks as follows.
|
160 |
```
|
|
|
102 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
103 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
104 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
+
- **Size of downloaded dataset files:** 1.55 GB
|
106 |
+
- **Size of the generated dataset:** 4.72 GB
|
107 |
+
- **Total amount of disk used:** 6.28 GB
|
108 |
|
109 |
### Dataset Summary
|
110 |
|
|
|
141 |
|
142 |
#### v1.1
|
143 |
|
144 |
+
- **Size of downloaded dataset files:** 168.69 MB
|
145 |
+
- **Size of the generated dataset:** 434.61 MB
|
146 |
+
- **Total amount of disk used:** 603.31 MB
|
147 |
|
148 |
An example of 'train' looks as follows.
|
149 |
```
|
|
|
152 |
|
153 |
#### v2.1
|
154 |
|
155 |
+
- **Size of downloaded dataset files:** 1.38 GB
|
156 |
+
- **Size of the generated dataset:** 4.29 GB
|
157 |
+
- **Total amount of disk used:** 5.67 GB
|
158 |
|
159 |
An example of 'validation' looks as follows.
|
160 |
```
|