Commit
•
974a60e
1
Parent(s):
5e184f4
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 (97de4a9170e1d4fbbae91c0212e63239a8572160)
README.md
CHANGED
@@ -87,8 +87,8 @@ dataset_info:
|
|
87 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
88 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
89 |
- **Size of downloaded dataset files:** 0.00 MB
|
90 |
-
- **Size of the generated dataset:**
|
91 |
-
- **Total amount of disk used:**
|
92 |
|
93 |
### Dataset Summary
|
94 |
|
@@ -111,8 +111,8 @@ Access to the dataset needs to be requested from zenodo.
|
|
111 |
#### narrow
|
112 |
|
113 |
- **Size of downloaded dataset files:** 0.00 MB
|
114 |
-
- **Size of the generated dataset:**
|
115 |
-
- **Total amount of disk used:**
|
116 |
|
117 |
An example of 'validation' looks as follows.
|
118 |
```
|
@@ -130,8 +130,8 @@ An example of 'validation' looks as follows.
|
|
130 |
#### wide
|
131 |
|
132 |
- **Size of downloaded dataset files:** 0.00 MB
|
133 |
-
- **Size of the generated dataset:**
|
134 |
-
- **Total amount of disk used:**
|
135 |
|
136 |
An example of 'train' looks as follows.
|
137 |
```
|
|
|
87 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
88 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
89 |
- **Size of downloaded dataset files:** 0.00 MB
|
90 |
+
- **Size of the generated dataset:** 207.20 MB
|
91 |
+
- **Total amount of disk used:** 207.20 MB
|
92 |
|
93 |
### Dataset Summary
|
94 |
|
|
|
111 |
#### narrow
|
112 |
|
113 |
- **Size of downloaded dataset files:** 0.00 MB
|
114 |
+
- **Size of the generated dataset:** 60.94 MB
|
115 |
+
- **Total amount of disk used:** 60.94 MB
|
116 |
|
117 |
An example of 'validation' looks as follows.
|
118 |
```
|
|
|
130 |
#### wide
|
131 |
|
132 |
- **Size of downloaded dataset files:** 0.00 MB
|
133 |
+
- **Size of the generated dataset:** 146.26 MB
|
134 |
+
- **Total amount of disk used:** 146.26 MB
|
135 |
|
136 |
An example of 'train' looks as follows.
|
137 |
```
|