Commit
·
a4481a4
1
Parent(s):
586ad80
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 (1044fe437d7d0d2d61fe4d4edaf7fd003533742b)
README.md
CHANGED
|
@@ -59,9 +59,9 @@ dataset_info:
|
|
| 59 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 60 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 61 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 62 |
-
- **Size of downloaded dataset files:** 12.
|
| 63 |
-
- **Size of the generated dataset:**
|
| 64 |
-
- **Total amount of disk used:**
|
| 65 |
|
| 66 |
### Dataset Summary
|
| 67 |
|
|
@@ -93,9 +93,9 @@ Note: Tiebreaker questions do happen but they're very rare (like once every 20 y
|
|
| 93 |
|
| 94 |
#### default
|
| 95 |
|
| 96 |
-
- **Size of downloaded dataset files:** 12.
|
| 97 |
-
- **Size of the generated dataset:**
|
| 98 |
-
- **Total amount of disk used:**
|
| 99 |
|
| 100 |
An example of 'train' looks as follows.
|
| 101 |
```
|
|
|
|
| 59 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 60 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 61 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 62 |
+
- **Size of downloaded dataset files:** 12.72 MB
|
| 63 |
+
- **Size of the generated dataset:** 36.13 MB
|
| 64 |
+
- **Total amount of disk used:** 48.85 MB
|
| 65 |
|
| 66 |
### Dataset Summary
|
| 67 |
|
|
|
|
| 93 |
|
| 94 |
#### default
|
| 95 |
|
| 96 |
+
- **Size of downloaded dataset files:** 12.72 MB
|
| 97 |
+
- **Size of the generated dataset:** 36.13 MB
|
| 98 |
+
- **Total amount of disk used:** 48.85 MB
|
| 99 |
|
| 100 |
An example of 'train' looks as follows.
|
| 101 |
```
|