Commit
·
bef96d2
1
Parent(s):
36d48ad
Convert dataset sizes from base 2 to base 10 in the dataset card (#2)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (67024c5037e1ce8af2b7a78b68e169a2495d3639)
README.md
CHANGED
@@ -102,9 +102,9 @@ dataset_info:
|
|
102 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
103 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
104 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
-
- **Size of downloaded dataset files:**
|
106 |
-
- **Size of the generated dataset:**
|
107 |
-
- **Total amount of disk used:**
|
108 |
|
109 |
### Dataset Summary
|
110 |
|
@@ -124,9 +124,9 @@ KILT-Wikipedia: Wikipedia pre-processed for KILT.
|
|
124 |
|
125 |
#### 2019-08-01
|
126 |
|
127 |
-
- **Size of downloaded dataset files:**
|
128 |
-
- **Size of the generated dataset:**
|
129 |
-
- **Total amount of disk used:**
|
130 |
|
131 |
An example of 'full' looks as follows.
|
132 |
```
|
|
|
102 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
103 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
104 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
+
- **Size of downloaded dataset files:** 37.32 GB
|
106 |
+
- **Size of the generated dataset:** 29.37 GB
|
107 |
+
- **Total amount of disk used:** 66.69 GB
|
108 |
|
109 |
### Dataset Summary
|
110 |
|
|
|
124 |
|
125 |
#### 2019-08-01
|
126 |
|
127 |
+
- **Size of downloaded dataset files:** 37.32 GB
|
128 |
+
- **Size of the generated dataset:** 29.37 GB
|
129 |
+
- **Total amount of disk used:** 66.69 GB
|
130 |
|
131 |
An example of 'full' looks as follows.
|
132 |
```
|