Datasets:
Commit
•
6ca5a00
1
Parent(s):
a73e7a3
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
@@ -117,9 +117,9 @@ dataset_info:
|
|
117 |
- **Repository:** https://github.com/allenai/scicite
|
118 |
- **Paper:** [Structural Scaffolds for Citation Intent Classification in Scientific Publications](https://arxiv.org/abs/1904.01608)
|
119 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
120 |
-
- **Size of downloaded dataset files:**
|
121 |
-
- **Size of the generated dataset:**
|
122 |
-
- **Total amount of disk used:**
|
123 |
|
124 |
### Dataset Summary
|
125 |
|
@@ -154,9 +154,9 @@ Method, Background, Result
|
|
154 |
|
155 |
#### default
|
156 |
|
157 |
-
- **Size of downloaded dataset files:**
|
158 |
-
- **Size of the generated dataset:**
|
159 |
-
- **Total amount of disk used:**
|
160 |
|
161 |
An example of 'validation' looks as follows.
|
162 |
```
|
|
|
117 |
- **Repository:** https://github.com/allenai/scicite
|
118 |
- **Paper:** [Structural Scaffolds for Citation Intent Classification in Scientific Publications](https://arxiv.org/abs/1904.01608)
|
119 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
120 |
+
- **Size of downloaded dataset files:** 23.19 MB
|
121 |
+
- **Size of the generated dataset:** 5.15 MB
|
122 |
+
- **Total amount of disk used:** 28.33 MB
|
123 |
|
124 |
### Dataset Summary
|
125 |
|
|
|
154 |
|
155 |
#### default
|
156 |
|
157 |
+
- **Size of downloaded dataset files:** 23.19 MB
|
158 |
+
- **Size of the generated dataset:** 5.15 MB
|
159 |
+
- **Total amount of disk used:** 28.33 MB
|
160 |
|
161 |
An example of 'validation' looks as follows.
|
162 |
```
|