Commit
·
5a8e23c
1
Parent(s):
1e0cb50
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
|
@@ -59,8 +59,8 @@ dataset_info:
|
|
| 59 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 60 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 61 |
- **Size of downloaded dataset files:** 0.00 MB
|
| 62 |
-
- **Size of the generated dataset:**
|
| 63 |
-
- **Total amount of disk used:**
|
| 64 |
|
| 65 |
### Dataset Summary
|
| 66 |
|
|
@@ -86,8 +86,8 @@ that removes non-content sections and structured objects.
|
|
| 86 |
#### en
|
| 87 |
|
| 88 |
- **Size of downloaded dataset files:** 0.00 MB
|
| 89 |
-
- **Size of the generated dataset:**
|
| 90 |
-
- **Total amount of disk used:**
|
| 91 |
|
| 92 |
An example of 'train' looks as follows.
|
| 93 |
```
|
|
|
|
| 59 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 60 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 61 |
- **Size of downloaded dataset files:** 0.00 MB
|
| 62 |
+
- **Size of the generated dataset:** 10.47 GB
|
| 63 |
+
- **Total amount of disk used:** 10.47 GB
|
| 64 |
|
| 65 |
### Dataset Summary
|
| 66 |
|
|
|
|
| 86 |
#### en
|
| 87 |
|
| 88 |
- **Size of downloaded dataset files:** 0.00 MB
|
| 89 |
+
- **Size of the generated dataset:** 10.47 GB
|
| 90 |
+
- **Total amount of disk used:** 10.47 GB
|
| 91 |
|
| 92 |
An example of 'train' looks as follows.
|
| 93 |
```
|