Commit
•
48e0494
1
Parent(s):
349e794
Fix typo in unit of dataset size
Browse files
README.md
CHANGED
@@ -187,6 +187,7 @@ dataset_info:
|
|
187 |
- **Paper:** [arXiv](https://arxiv.org/pdf/2111.02840.pdf)
|
188 |
- **Leaderboard:**
|
189 |
- **Point of Contact:**
|
|
|
190 |
|
191 |
### Dataset Summary
|
192 |
|
@@ -208,7 +209,7 @@ AdvGLUE deviates from the GLUE dataset, which has a base language of English.
|
|
208 |
|
209 |
#### default
|
210 |
|
211 |
-
- **Size of downloaded dataset files:** 202.75
|
212 |
- **Example**:
|
213 |
```python
|
214 |
>>> datasets.load_dataset('adv_glue', 'adv_sst2')['validation'][0]
|
|
|
187 |
- **Paper:** [arXiv](https://arxiv.org/pdf/2111.02840.pdf)
|
188 |
- **Leaderboard:**
|
189 |
- **Point of Contact:**
|
190 |
+
- **Size of downloaded dataset files:** 202.75 kB
|
191 |
|
192 |
### Dataset Summary
|
193 |
|
|
|
209 |
|
210 |
#### default
|
211 |
|
212 |
+
- **Size of downloaded dataset files:** 202.75 kB
|
213 |
- **Example**:
|
214 |
```python
|
215 |
>>> datasets.load_dataset('adv_glue', 'adv_sst2')['validation'][0]
|