Datasets:
Commit
•
174e0c8
1
Parent(s):
228f40f
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 (1a3077da70dacfdb6b32e82444bd8c28a28d80be)
README.md
CHANGED
@@ -77,9 +77,9 @@ dataset_info:
|
|
77 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
78 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
79 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
80 |
-
- **Size of downloaded dataset files:**
|
81 |
-
- **Size of the generated dataset:**
|
82 |
-
- **Total amount of disk used:**
|
83 |
|
84 |
### Dataset Summary
|
85 |
|
@@ -104,9 +104,9 @@ basis for the shared task of the RepEval 2017 Workshop at EMNLP in Copenhagen.
|
|
104 |
|
105 |
#### plain_text
|
106 |
|
107 |
-
- **Size of downloaded dataset files:**
|
108 |
-
- **Size of the generated dataset:**
|
109 |
-
- **Total amount of disk used:**
|
110 |
|
111 |
An example of 'train' looks as follows.
|
112 |
```
|
|
|
77 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
78 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
79 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
80 |
+
- **Size of downloaded dataset files:** 226.85 MB
|
81 |
+
- **Size of the generated dataset:** 77.62 MB
|
82 |
+
- **Total amount of disk used:** 304.46 MB
|
83 |
|
84 |
### Dataset Summary
|
85 |
|
|
|
104 |
|
105 |
#### plain_text
|
106 |
|
107 |
+
- **Size of downloaded dataset files:** 226.85 MB
|
108 |
+
- **Size of the generated dataset:** 77.62 MB
|
109 |
+
- **Total amount of disk used:** 304.46 MB
|
110 |
|
111 |
An example of 'train' looks as follows.
|
112 |
```
|