Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -74,7 +74,10 @@ To split the dataset (common_voices20.csv), we performed an 80-20 split into tra
|
|
| 74 |
|
| 75 |
---
|
| 76 |
<h2>How to use<h2>
|
| 77 |
-
|
|
|
|
|
|
|
|
|
|
| 78 |
```python
|
| 79 |
from huggingface_hub import hf_hub_download
|
| 80 |
import zipfile
|
|
@@ -107,6 +110,7 @@ for filename in filenames:
|
|
| 107 |
print(f"{filename} is available.")
|
| 108 |
|
| 109 |
```
|
|
|
|
| 110 |
|
| 111 |
---
|
| 112 |
<h2>Usage<h2>
|
|
|
|
| 74 |
|
| 75 |
---
|
| 76 |
<h2>How to use<h2>
|
| 77 |
+
|
| 78 |
+
<details>
|
| 79 |
+
<summary><strong>Click to expand the code</strong></summary>
|
| 80 |
+
|
| 81 |
```python
|
| 82 |
from huggingface_hub import hf_hub_download
|
| 83 |
import zipfile
|
|
|
|
| 110 |
print(f"{filename} is available.")
|
| 111 |
|
| 112 |
```
|
| 113 |
+
</details>
|
| 114 |
|
| 115 |
---
|
| 116 |
<h2>Usage<h2>
|