Commit
•
1ac0124
1
Parent(s):
d7f811f
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 (fa93f7d26e074e03a4db51b44babb3d1f4a3e0bc)
README.md
CHANGED
@@ -83,9 +83,9 @@ dataset_info:
|
|
83 |
- **Repository:** https://github.com/allenai/abductive-commonsense-reasoning
|
84 |
- **Paper:** [Abductive Commonsense Reasoning](https://arxiv.org/abs/1908.05739)
|
85 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
86 |
-
- **Size of downloaded dataset files:**
|
87 |
-
- **Size of the generated dataset:**
|
88 |
-
- **Total amount of disk used:**
|
89 |
|
90 |
### Dataset Summary
|
91 |
|
@@ -107,9 +107,9 @@ The Abductive Natural Language Inference Dataset from AI2.
|
|
107 |
|
108 |
#### anli
|
109 |
|
110 |
-
- **Size of downloaded dataset files:**
|
111 |
-
- **Size of the generated dataset:**
|
112 |
-
- **Total amount of disk used:**
|
113 |
|
114 |
An example of 'train' looks as follows.
|
115 |
```
|
|
|
83 |
- **Repository:** https://github.com/allenai/abductive-commonsense-reasoning
|
84 |
- **Paper:** [Abductive Commonsense Reasoning](https://arxiv.org/abs/1908.05739)
|
85 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
86 |
+
- **Size of downloaded dataset files:** 5.12 MB
|
87 |
+
- **Size of the generated dataset:** 34.36 MB
|
88 |
+
- **Total amount of disk used:** 39.48 MB
|
89 |
|
90 |
### Dataset Summary
|
91 |
|
|
|
107 |
|
108 |
#### anli
|
109 |
|
110 |
+
- **Size of downloaded dataset files:** 5.12 MB
|
111 |
+
- **Size of the generated dataset:** 34.36 MB
|
112 |
+
- **Total amount of disk used:** 39.48 MB
|
113 |
|
114 |
An example of 'train' looks as follows.
|
115 |
```
|