Commit
·
6a82038
1
Parent(s):
d9a98e1
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 (3b98168f39b33117618194c0b18db2277d218b35)
README.md
CHANGED
|
@@ -75,9 +75,9 @@ dataset_info:
|
|
| 75 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 76 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 77 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 78 |
-
- **Size of downloaded dataset files:** 5.
|
| 79 |
-
- **Size of the generated dataset:**
|
| 80 |
-
- **Total amount of disk used:**
|
| 81 |
|
| 82 |
### Dataset Summary
|
| 83 |
|
|
@@ -98,9 +98,9 @@ The dataset is split into 29808 train questions, 6894 dev questions and 3003 tes
|
|
| 98 |
|
| 99 |
#### default
|
| 100 |
|
| 101 |
-
- **Size of downloaded dataset files:** 5.
|
| 102 |
-
- **Size of the generated dataset:**
|
| 103 |
-
- **Total amount of disk used:**
|
| 104 |
|
| 105 |
An example of 'validation' looks as follows.
|
| 106 |
```
|
|
|
|
| 75 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 76 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 77 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 78 |
+
- **Size of downloaded dataset files:** 5.24 MB
|
| 79 |
+
- **Size of the generated dataset:** 22.40 MB
|
| 80 |
+
- **Total amount of disk used:** 27.65 MB
|
| 81 |
|
| 82 |
### Dataset Summary
|
| 83 |
|
|
|
|
| 98 |
|
| 99 |
#### default
|
| 100 |
|
| 101 |
+
- **Size of downloaded dataset files:** 5.24 MB
|
| 102 |
+
- **Size of the generated dataset:** 22.40 MB
|
| 103 |
+
- **Total amount of disk used:** 27.65 MB
|
| 104 |
|
| 105 |
An example of 'validation' looks as follows.
|
| 106 |
```
|