Commit
•
c6ae93a
1
Parent(s):
abd4fd5
Convert dataset sizes from base 2 to base 10 in the dataset card
Browse filesConvert dataset sizes from base 2 (MiB) to base 10 (MB) in the dataset card, as it is the case in the dataset viewer.
See: https://github.com/huggingface/datasets/issues/5708
README.md
CHANGED
@@ -104,9 +104,9 @@ dataset_info:
|
|
104 |
- **Repository:** [https://github.com/facebookresearch/anli/](https://github.com/facebookresearch/anli/)
|
105 |
- **Paper:** [Adversarial NLI: A New Benchmark for Natural Language Understanding](https://arxiv.org/abs/1910.14599)
|
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 |
|
@@ -129,9 +129,9 @@ English
|
|
129 |
|
130 |
#### plain_text
|
131 |
|
132 |
-
- **Size of downloaded dataset files:**
|
133 |
-
- **Size of the generated dataset:**
|
134 |
-
- **Total amount of disk used:**
|
135 |
|
136 |
An example of 'train_r2' looks as follows.
|
137 |
```
|
|
|
104 |
- **Repository:** [https://github.com/facebookresearch/anli/](https://github.com/facebookresearch/anli/)
|
105 |
- **Paper:** [Adversarial NLI: A New Benchmark for Natural Language Understanding](https://arxiv.org/abs/1910.14599)
|
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:** 18.62 MB
|
108 |
+
- **Size of the generated dataset:** 77.12 MB
|
109 |
+
- **Total amount of disk used:** 95.75 MB
|
110 |
|
111 |
### Dataset Summary
|
112 |
|
|
|
129 |
|
130 |
#### plain_text
|
131 |
|
132 |
+
- **Size of downloaded dataset files:** 18.62 MB
|
133 |
+
- **Size of the generated dataset:** 77.12 MB
|
134 |
+
- **Total amount of disk used:** 95.75 MB
|
135 |
|
136 |
An example of 'train_r2' looks as follows.
|
137 |
```
|