Datasets:
Commit
•
5bf07d5
1
Parent(s):
8bf99c5
Convert dataset sizes from base 2 to base 10 in the dataset card (#3)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (b10b56042df016bd1674d01e041570664a1470e4)
README.md
CHANGED
@@ -68,9 +68,9 @@ dataset_info:
|
|
68 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
70 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
71 |
-
- **Size of downloaded dataset files:**
|
72 |
-
- **Size of the generated dataset:**
|
73 |
-
- **Total amount of disk used:**
|
74 |
|
75 |
### Dataset Summary
|
76 |
|
@@ -91,9 +91,9 @@ This version of bookcorpus has 17868 dataset items (books). Each item contains t
|
|
91 |
|
92 |
#### plain_text
|
93 |
|
94 |
-
- **Size of downloaded dataset files:**
|
95 |
-
- **Size of the generated dataset:**
|
96 |
-
- **Total amount of disk used:**
|
97 |
|
98 |
An example of 'train' looks as follows.
|
99 |
```
|
|
|
68 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
70 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
71 |
+
- **Size of downloaded dataset files:** 2.40 GB
|
72 |
+
- **Size of the generated dataset:** 6.64 GB
|
73 |
+
- **Total amount of disk used:** 9.05 GB
|
74 |
|
75 |
### Dataset Summary
|
76 |
|
|
|
91 |
|
92 |
#### plain_text
|
93 |
|
94 |
+
- **Size of downloaded dataset files:** 2.40 GB
|
95 |
+
- **Size of the generated dataset:** 6.64 GB
|
96 |
+
- **Total amount of disk used:** 9.05 GB
|
97 |
|
98 |
An example of 'train' looks as follows.
|
99 |
```
|