Commit
•
2b83480
1
Parent(s):
c3d5662
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 (3af5b7ce7f99cc0f30651a585691c90f1b50770d)
README.md
CHANGED
@@ -66,9 +66,9 @@ dataset_info:
|
|
66 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
67 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
68 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
-
- **Size of downloaded dataset files:**
|
70 |
-
- **Size of the generated dataset:**
|
71 |
-
- **Total amount of disk used:**
|
72 |
|
73 |
### Dataset Summary
|
74 |
|
@@ -108,9 +108,9 @@ from the DARPA TIDES program.
|
|
108 |
|
109 |
#### house
|
110 |
|
111 |
-
- **Size of downloaded dataset files:**
|
112 |
-
- **Size of the generated dataset:**
|
113 |
-
- **Total amount of disk used:**
|
114 |
|
115 |
An example of 'train' looks as follows.
|
116 |
```
|
@@ -122,9 +122,9 @@ An example of 'train' looks as follows.
|
|
122 |
|
123 |
#### senate
|
124 |
|
125 |
-
- **Size of downloaded dataset files:**
|
126 |
-
- **Size of the generated dataset:**
|
127 |
-
- **Total amount of disk used:**
|
128 |
|
129 |
An example of 'train' looks as follows.
|
130 |
```
|
|
|
66 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
67 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
68 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
69 |
+
- **Size of downloaded dataset files:** 82.83 MB
|
70 |
+
- **Size of the generated dataset:** 260.40 MB
|
71 |
+
- **Total amount of disk used:** 343.23 MB
|
72 |
|
73 |
### Dataset Summary
|
74 |
|
|
|
108 |
|
109 |
#### house
|
110 |
|
111 |
+
- **Size of downloaded dataset files:** 67.58 MB
|
112 |
+
- **Size of the generated dataset:** 214.37 MB
|
113 |
+
- **Total amount of disk used:** 281.95 MB
|
114 |
|
115 |
An example of 'train' looks as follows.
|
116 |
```
|
|
|
122 |
|
123 |
#### senate
|
124 |
|
125 |
+
- **Size of downloaded dataset files:** 15.25 MB
|
126 |
+
- **Size of the generated dataset:** 46.03 MB
|
127 |
+
- **Total amount of disk used:** 61.28 MB
|
128 |
|
129 |
An example of 'train' looks as follows.
|
130 |
```
|