Commit
•
afded07
1
Parent(s):
d586028
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
@@ -71,9 +71,9 @@ dataset_info:
|
|
71 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
72 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
73 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
74 |
-
- **Size of downloaded dataset files:** 9.
|
75 |
-
- **Size of the generated dataset:**
|
76 |
-
- **Total amount of disk used:**
|
77 |
|
78 |
### Dataset Summary
|
79 |
|
@@ -105,9 +105,9 @@ This corpus contains a large metadata-rich collection of fictional conversations
|
|
105 |
|
106 |
#### default
|
107 |
|
108 |
-
- **Size of downloaded dataset files:** 9.
|
109 |
-
- **Size of the generated dataset:**
|
110 |
-
- **Total amount of disk used:**
|
111 |
|
112 |
An example of 'train' looks as follows.
|
113 |
```
|
|
|
71 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
72 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
73 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
74 |
+
- **Size of downloaded dataset files:** 9.92 MB
|
75 |
+
- **Size of the generated dataset:** 19.55 MB
|
76 |
+
- **Total amount of disk used:** 29.46 MB
|
77 |
|
78 |
### Dataset Summary
|
79 |
|
|
|
105 |
|
106 |
#### default
|
107 |
|
108 |
+
- **Size of downloaded dataset files:** 9.92 MB
|
109 |
+
- **Size of the generated dataset:** 19.55 MB
|
110 |
+
- **Total amount of disk used:** 29.46 MB
|
111 |
|
112 |
An example of 'train' looks as follows.
|
113 |
```
|