Commit
·
e0f0bda
1
Parent(s):
1c1fe0d
Convert dataset sizes from base 2 to base 10 in the dataset card (#1)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (ddfc883925739ce81d177c5c13b6549633a275c9)
README.md
CHANGED
@@ -117,9 +117,9 @@ dataset_info:
|
|
117 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
118 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
119 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
120 |
-
- **Size of downloaded dataset files:**
|
121 |
-
- **Size of the generated dataset:**
|
122 |
-
- **Total amount of disk used:**
|
123 |
|
124 |
### Dataset Summary
|
125 |
|
@@ -141,9 +141,9 @@ incomplete translations will be filtered out.
|
|
141 |
|
142 |
#### plain_text
|
143 |
|
144 |
-
- **Size of downloaded dataset files:**
|
145 |
-
- **Size of the generated dataset:**
|
146 |
-
- **Total amount of disk used:**
|
147 |
|
148 |
An example of 'validation' looks as follows.
|
149 |
```
|
|
|
117 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
118 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
119 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
120 |
+
- **Size of downloaded dataset files:** 352.23 MB
|
121 |
+
- **Size of the generated dataset:** 791.01 MB
|
122 |
+
- **Total amount of disk used:** 1.14 GB
|
123 |
|
124 |
### Dataset Summary
|
125 |
|
|
|
141 |
|
142 |
#### plain_text
|
143 |
|
144 |
+
- **Size of downloaded dataset files:** 352.23 MB
|
145 |
+
- **Size of the generated dataset:** 791.01 MB
|
146 |
+
- **Total amount of disk used:** 1.14 GB
|
147 |
|
148 |
An example of 'validation' looks as follows.
|
149 |
```
|