Commit
·
320355e
1
Parent(s):
84a28ef
Convert dataset sizes from base 2 to base 10 in the dataset card (#2)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (70f21422d90d462c2cd1d5e9e2ee73cf7091e687)
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 |
```
|