Commit
•
da390d8
1
Parent(s):
404aa8c
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 (2b9b640c5eff1fe3240d5bda7c1751d2e6e1a84c)
README.md
CHANGED
@@ -81,9 +81,9 @@ dataset_info:
|
|
81 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
82 |
- **Paper:** [Quoref: A Reading Comprehension Dataset with Questions Requiring Coreferential Reasoning](https://aclanthology.org/D19-1606/)
|
83 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
84 |
-
- **Size of downloaded dataset files:**
|
85 |
-
- **Size of the generated dataset:**
|
86 |
-
- **Total amount of disk used:**
|
87 |
|
88 |
### Dataset Summary
|
89 |
|
@@ -105,9 +105,9 @@ coreferences before selecting the appropriate span(s) in the paragraphs for answ
|
|
105 |
|
106 |
#### default
|
107 |
|
108 |
-
- **Size of downloaded dataset files:**
|
109 |
-
- **Size of the generated dataset:**
|
110 |
-
- **Total amount of disk used:**
|
111 |
|
112 |
An example of 'validation' looks as follows.
|
113 |
```
|
|
|
81 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
82 |
- **Paper:** [Quoref: A Reading Comprehension Dataset with Questions Requiring Coreferential Reasoning](https://aclanthology.org/D19-1606/)
|
83 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
84 |
+
- **Size of downloaded dataset files:** 5.08 MB
|
85 |
+
- **Size of the generated dataset:** 49.82 MB
|
86 |
+
- **Total amount of disk used:** 54.90 MB
|
87 |
|
88 |
### Dataset Summary
|
89 |
|
|
|
105 |
|
106 |
#### default
|
107 |
|
108 |
+
- **Size of downloaded dataset files:** 5.08 MB
|
109 |
+
- **Size of the generated dataset:** 49.82 MB
|
110 |
+
- **Total amount of disk used:** 54.90 MB
|
111 |
|
112 |
An example of 'validation' looks as follows.
|
113 |
```
|