Commit
•
c040ed0
1
Parent(s):
4a7bb88
Convert dataset sizes from base 2 to base 10 in the dataset card (#1)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (99b7910e34f39077a6fc42d54f9b9398da36f19d)
README.md
CHANGED
@@ -108,9 +108,9 @@ dataset_info:
|
|
108 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
109 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
110 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
111 |
-
- **Size of downloaded dataset files:**
|
112 |
-
- **Size of the generated dataset:**
|
113 |
-
- **Total amount of disk used:**
|
114 |
|
115 |
### Dataset Summary
|
116 |
|
@@ -131,9 +131,9 @@ sentiment classification. For more detailed information please refer to the pape
|
|
131 |
|
132 |
#### sentiment140
|
133 |
|
134 |
-
- **Size of downloaded dataset files:**
|
135 |
-
- **Size of the generated dataset:**
|
136 |
-
- **Total amount of disk used:**
|
137 |
|
138 |
An example of 'train' looks as follows.
|
139 |
```
|
|
|
108 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
109 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
110 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
111 |
+
- **Size of downloaded dataset files:** 81.36 MB
|
112 |
+
- **Size of the generated dataset:** 225.82 MB
|
113 |
+
- **Total amount of disk used:** 307.18 MB
|
114 |
|
115 |
### Dataset Summary
|
116 |
|
|
|
131 |
|
132 |
#### sentiment140
|
133 |
|
134 |
+
- **Size of downloaded dataset files:** 81.36 MB
|
135 |
+
- **Size of the generated dataset:** 225.82 MB
|
136 |
+
- **Total amount of disk used:** 307.18 MB
|
137 |
|
138 |
An example of 'train' looks as follows.
|
139 |
```
|