Commit
•
4741dad
1
Parent(s):
09e36e4
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
@@ -47,9 +47,9 @@ dataset_info:
|
|
47 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
48 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
50 |
-
- **Size of downloaded dataset files:** 1.
|
51 |
-
- **Size of the generated dataset:** 1.
|
52 |
-
- **Total amount of disk used:** 2.
|
53 |
|
54 |
### Dataset Summary
|
55 |
|
@@ -67,9 +67,9 @@ dataset_info:
|
|
67 |
|
68 |
#### crime-and-punish
|
69 |
|
70 |
-
- **Size of downloaded dataset files:** 1.
|
71 |
-
- **Size of the generated dataset:** 1.
|
72 |
-
- **Total amount of disk used:** 2.
|
73 |
|
74 |
An example of 'train' looks as follows.
|
75 |
```
|
|
|
47 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
48 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
50 |
+
- **Size of downloaded dataset files:** 1.21 MB
|
51 |
+
- **Size of the generated dataset:** 1.27 MB
|
52 |
+
- **Total amount of disk used:** 2.47 MB
|
53 |
|
54 |
### Dataset Summary
|
55 |
|
|
|
67 |
|
68 |
#### crime-and-punish
|
69 |
|
70 |
+
- **Size of downloaded dataset files:** 1.21 MB
|
71 |
+
- **Size of the generated dataset:** 1.27 MB
|
72 |
+
- **Total amount of disk used:** 2.47 MB
|
73 |
|
74 |
An example of 'train' looks as follows.
|
75 |
```
|