Commit
•
54e4776
1
Parent(s):
7c7101c
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 (d34a6cba8b7d98fcfe9fd5383c2f7c04ec028b61)
README.md
CHANGED
@@ -60,9 +60,9 @@ dataset_info:
|
|
60 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
61 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
62 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
63 |
-
- **Size of downloaded dataset files:** 2.
|
64 |
-
- **Size of the generated dataset:** 6.
|
65 |
-
- **Total amount of disk used:** 8.
|
66 |
|
67 |
### Dataset Summary
|
68 |
|
@@ -82,9 +82,9 @@ We introduce Social IQa: Social Interaction QA, a new question-answering benchma
|
|
82 |
|
83 |
#### default
|
84 |
|
85 |
-
- **Size of downloaded dataset files:** 2.
|
86 |
-
- **Size of the generated dataset:** 6.
|
87 |
-
- **Total amount of disk used:** 8.
|
88 |
|
89 |
An example of 'validation' looks as follows.
|
90 |
```
|
|
|
60 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
61 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
62 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
63 |
+
- **Size of downloaded dataset files:** 2.20 MB
|
64 |
+
- **Size of the generated dataset:** 6.76 MB
|
65 |
+
- **Total amount of disk used:** 8.97 MB
|
66 |
|
67 |
### Dataset Summary
|
68 |
|
|
|
82 |
|
83 |
#### default
|
84 |
|
85 |
+
- **Size of downloaded dataset files:** 2.20 MB
|
86 |
+
- **Size of the generated dataset:** 6.76 MB
|
87 |
+
- **Total amount of disk used:** 8.97 MB
|
88 |
|
89 |
An example of 'validation' looks as follows.
|
90 |
```
|