Commit
•
ce1947a
1
Parent(s):
742a500
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 (e034ef26f99661262f63f874923486829b37ff1f)
README.md
CHANGED
@@ -127,9 +127,9 @@ dataset_info:
|
|
127 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
128 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
129 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
130 |
-
- **Size of downloaded dataset files:** 3.
|
131 |
-
- **Size of the generated dataset:** 6.
|
132 |
-
- **Total amount of disk used:**
|
133 |
|
134 |
### Dataset Summary
|
135 |
|
@@ -158,9 +158,9 @@ Sabine Buchholz from Tilburg University, The Netherlands.
|
|
158 |
|
159 |
#### conll2000
|
160 |
|
161 |
-
- **Size of downloaded dataset files:** 3.
|
162 |
-
- **Size of the generated dataset:** 6.
|
163 |
-
- **Total amount of disk used:**
|
164 |
|
165 |
An example of 'train' looks as follows.
|
166 |
```
|
|
|
127 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
128 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
129 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
130 |
+
- **Size of downloaded dataset files:** 3.48 MB
|
131 |
+
- **Size of the generated dataset:** 6.55 MB
|
132 |
+
- **Total amount of disk used:** 10.03 MB
|
133 |
|
134 |
### Dataset Summary
|
135 |
|
|
|
158 |
|
159 |
#### conll2000
|
160 |
|
161 |
+
- **Size of downloaded dataset files:** 3.48 MB
|
162 |
+
- **Size of the generated dataset:** 6.55 MB
|
163 |
+
- **Total amount of disk used:** 10.03 MB
|
164 |
|
165 |
An example of 'train' looks as follows.
|
166 |
```
|