Commit
•
943fd2e
1
Parent(s):
5a5ac1f
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 (b7bd4335c2cb24be992ea4ba0a8ba2dab103576f)
README.md
CHANGED
@@ -78,9 +78,9 @@ dataset_info:
|
|
78 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
79 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
80 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
81 |
-
- **Size of downloaded dataset files:**
|
82 |
-
- **Size of the generated dataset:**
|
83 |
-
- **Total amount of disk used:**
|
84 |
|
85 |
### Dataset Summary
|
86 |
|
@@ -100,9 +100,9 @@ A dataset reducing relation extraction to simple reading comprehension questions
|
|
100 |
|
101 |
#### default
|
102 |
|
103 |
-
- **Size of downloaded dataset files:**
|
104 |
-
- **Size of the generated dataset:**
|
105 |
-
- **Total amount of disk used:**
|
106 |
|
107 |
An example of 'validation' looks as follows.
|
108 |
```
|
|
|
78 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
79 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
80 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
81 |
+
- **Size of downloaded dataset files:** 516.06 MB
|
82 |
+
- **Size of the generated dataset:** 2.09 GB
|
83 |
+
- **Total amount of disk used:** 2.60 GB
|
84 |
|
85 |
### Dataset Summary
|
86 |
|
|
|
100 |
|
101 |
#### default
|
102 |
|
103 |
+
- **Size of downloaded dataset files:** 516.06 MB
|
104 |
+
- **Size of the generated dataset:** 2.09 GB
|
105 |
+
- **Total amount of disk used:** 2.60 GB
|
106 |
|
107 |
An example of 'validation' looks as follows.
|
108 |
```
|