Commit
•
877b97e
1
Parent(s):
0162890
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 (d2ce820da281d54e37f2f3ee1026961474722041)
README.md
CHANGED
@@ -92,9 +92,9 @@ dataset_info:
|
|
92 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
93 |
- **Paper:** [Can You Put it All Together: Evaluating Conversational Agents' Ability to Blend Skills](https://arxiv.org/abs/2004.08449v1)
|
94 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
95 |
-
- **Size of downloaded dataset files:**
|
96 |
-
- **Size of the generated dataset:**
|
97 |
-
- **Total amount of disk used:**
|
98 |
|
99 |
### Dataset Summary
|
100 |
|
@@ -114,9 +114,9 @@ A dataset of 7k conversations explicitly designed to exhibit multiple conversati
|
|
114 |
|
115 |
#### default
|
116 |
|
117 |
-
- **Size of downloaded dataset files:**
|
118 |
-
- **Size of the generated dataset:**
|
119 |
-
- **Total amount of disk used:**
|
120 |
|
121 |
An example of 'train' looks as follows.
|
122 |
```
|
|
|
92 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
93 |
- **Paper:** [Can You Put it All Together: Evaluating Conversational Agents' Ability to Blend Skills](https://arxiv.org/abs/2004.08449v1)
|
94 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
95 |
+
- **Size of downloaded dataset files:** 38.11 MB
|
96 |
+
- **Size of the generated dataset:** 15.08 MB
|
97 |
+
- **Total amount of disk used:** 53.17 MB
|
98 |
|
99 |
### Dataset Summary
|
100 |
|
|
|
114 |
|
115 |
#### default
|
116 |
|
117 |
+
- **Size of downloaded dataset files:** 38.11 MB
|
118 |
+
- **Size of the generated dataset:** 15.08 MB
|
119 |
+
- **Total amount of disk used:** 53.17 MB
|
120 |
|
121 |
An example of 'train' looks as follows.
|
122 |
```
|