Commit
•
e4d7191
1
Parent(s):
8de6c30
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 (49f55aa79690340a5a0b2a59dea21d6f1c743633)
README.md
CHANGED
@@ -104,9 +104,9 @@ dataset_info:
|
|
104 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
106 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
107 |
-
- **Size of downloaded dataset files:**
|
108 |
-
- **Size of the generated dataset:**
|
109 |
-
- **Total amount of disk used:**
|
110 |
|
111 |
### Dataset Summary
|
112 |
|
@@ -128,9 +128,9 @@ combines the 100,000 questions in SQuAD1.1 with over 50,000 unanswerable questio
|
|
128 |
|
129 |
#### squad_v2
|
130 |
|
131 |
-
- **Size of downloaded dataset files:**
|
132 |
-
- **Size of the generated dataset:**
|
133 |
-
- **Total amount of disk used:**
|
134 |
|
135 |
An example of 'validation' looks as follows.
|
136 |
```
|
|
|
104 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
106 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
107 |
+
- **Size of downloaded dataset files:** 46.49 MB
|
108 |
+
- **Size of the generated dataset:** 128.52 MB
|
109 |
+
- **Total amount of disk used:** 175.02 MB
|
110 |
|
111 |
### Dataset Summary
|
112 |
|
|
|
128 |
|
129 |
#### squad_v2
|
130 |
|
131 |
+
- **Size of downloaded dataset files:** 46.49 MB
|
132 |
+
- **Size of the generated dataset:** 128.52 MB
|
133 |
+
- **Total amount of disk used:** 175.02 MB
|
134 |
|
135 |
An example of 'validation' looks as follows.
|
136 |
```
|