Commit
•
f2cb45c
1
Parent(s):
39d1a6d
Convert dataset sizes from base 2 to base 10 in the dataset card (#5)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (c2caed1481c2f6144d05cd27d97142482f359010)
README.md
CHANGED
@@ -66,9 +66,9 @@ dataset_info:
|
|
66 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
67 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
68 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
-
- **Size of downloaded dataset files:**
|
70 |
-
- **Size of the generated dataset:**
|
71 |
-
- **Total amount of disk used:**
|
72 |
|
73 |
### Dataset Summary
|
74 |
|
@@ -90,9 +90,9 @@ This distribution was created by Aaron Gokaslan and Vanya Cohen of Brown Univers
|
|
90 |
|
91 |
#### plain_text
|
92 |
|
93 |
-
- **Size of downloaded dataset files:**
|
94 |
-
- **Size of the generated dataset:**
|
95 |
-
- **Total amount of disk used:**
|
96 |
|
97 |
An example of 'train' looks as follows.
|
98 |
```
|
|
|
66 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
67 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
68 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
+
- **Size of downloaded dataset files:** 13.51 GB
|
70 |
+
- **Size of the generated dataset:** 41.70 GB
|
71 |
+
- **Total amount of disk used:** 55.21 GB
|
72 |
|
73 |
### Dataset Summary
|
74 |
|
|
|
90 |
|
91 |
#### plain_text
|
92 |
|
93 |
+
- **Size of downloaded dataset files:** 13.51 GB
|
94 |
+
- **Size of the generated dataset:** 41.70 GB
|
95 |
+
- **Total amount of disk used:** 55.21 GB
|
96 |
|
97 |
An example of 'train' looks as follows.
|
98 |
```
|