Commit
·
52964e5
1
Parent(s):
af11d5f
Convert dataset sizes from base 2 to base 10 in the dataset card (#2)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (a5c0ab485143ebf82139d49ffc59d9afb67df50f)
README.md
CHANGED
@@ -58,9 +58,9 @@ dataset_info:
|
|
58 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
59 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
60 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
61 |
-
- **Size of downloaded dataset files:**
|
62 |
-
- **Size of the generated dataset:**
|
63 |
-
- **Total amount of disk used:**
|
64 |
|
65 |
### Dataset Summary
|
66 |
|
@@ -83,9 +83,9 @@ URL http://sports.sohu.com is categorized as a sport class.
|
|
83 |
|
84 |
#### default
|
85 |
|
86 |
-
- **Size of downloaded dataset files:**
|
87 |
-
- **Size of the generated dataset:**
|
88 |
-
- **Total amount of disk used:**
|
89 |
|
90 |
An example of 'train' looks as follows.
|
91 |
```
|
|
|
58 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
59 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
60 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
61 |
+
- **Size of downloaded dataset files:** 384.27 MB
|
62 |
+
- **Size of the generated dataset:** 1.43 GB
|
63 |
+
- **Total amount of disk used:** 1.81 GB
|
64 |
|
65 |
### Dataset Summary
|
66 |
|
|
|
83 |
|
84 |
#### default
|
85 |
|
86 |
+
- **Size of downloaded dataset files:** 384.27 MB
|
87 |
+
- **Size of the generated dataset:** 1.43 GB
|
88 |
+
- **Total amount of disk used:** 1.81 GB
|
89 |
|
90 |
An example of 'train' looks as follows.
|
91 |
```
|