Commit
•
c7cdf7c
1
Parent(s):
ef2451a
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
@@ -67,9 +67,9 @@ dataset_info:
|
|
67 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
68 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
70 |
-
- **Size of downloaded dataset files:** 0.
|
71 |
-
- **Size of the generated dataset:** 1.
|
72 |
-
- **Total amount of disk used:** 2.
|
73 |
|
74 |
### Dataset Summary
|
75 |
|
@@ -89,9 +89,9 @@ QuaRel is a crowdsourced dataset of 2771 multiple-choice story questions, includ
|
|
89 |
|
90 |
#### default
|
91 |
|
92 |
-
- **Size of downloaded dataset files:** 0.
|
93 |
-
- **Size of the generated dataset:** 1.
|
94 |
-
- **Total amount of disk used:** 2.
|
95 |
|
96 |
An example of 'train' looks as follows.
|
97 |
```
|
|
|
67 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
68 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
70 |
+
- **Size of downloaded dataset files:** 0.63 MB
|
71 |
+
- **Size of the generated dataset:** 1.53 MB
|
72 |
+
- **Total amount of disk used:** 2.17 MB
|
73 |
|
74 |
### Dataset Summary
|
75 |
|
|
|
89 |
|
90 |
#### default
|
91 |
|
92 |
+
- **Size of downloaded dataset files:** 0.63 MB
|
93 |
+
- **Size of the generated dataset:** 1.53 MB
|
94 |
+
- **Total amount of disk used:** 2.17 MB
|
95 |
|
96 |
An example of 'train' looks as follows.
|
97 |
```
|