Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
License:
Commit
•
ffcad61
1
Parent(s):
234e99c
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
@@ -125,9 +125,9 @@ dataset_info:
|
|
125 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
126 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
127 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
128 |
-
- **Size of downloaded dataset files:**
|
129 |
-
- **Size of the generated dataset:**
|
130 |
-
- **Total amount of disk used:**
|
131 |
|
132 |
### Dataset Summary
|
133 |
|
@@ -148,9 +148,9 @@ This is a dataset for binary sentiment classification containing substantially m
|
|
148 |
|
149 |
#### plain_text
|
150 |
|
151 |
-
- **Size of downloaded dataset files:**
|
152 |
-
- **Size of the generated dataset:**
|
153 |
-
- **Total amount of disk used:**
|
154 |
|
155 |
An example of 'train' looks as follows.
|
156 |
```
|
|
|
125 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
126 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
127 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
128 |
+
- **Size of downloaded dataset files:** 84.13 MB
|
129 |
+
- **Size of the generated dataset:** 133.23 MB
|
130 |
+
- **Total amount of disk used:** 217.35 MB
|
131 |
|
132 |
### Dataset Summary
|
133 |
|
|
|
148 |
|
149 |
#### plain_text
|
150 |
|
151 |
+
- **Size of downloaded dataset files:** 84.13 MB
|
152 |
+
- **Size of the generated dataset:** 133.23 MB
|
153 |
+
- **Total amount of disk used:** 217.35 MB
|
154 |
|
155 |
An example of 'train' looks as follows.
|
156 |
```
|