Add text-to-speech task category to metadata
Browse filesHi! I've opened this PR to add the `text-to-speech` task category to your dataset's YAML metadata. This will make it much easier for community members to discover your dataset under the Audio domain on the Hugging Face Hub.
README.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
- en
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 6 |
# WordVoice-5A Dataset 🚀
|
| 7 |
|
| 8 |
<div align="center">
|
|
@@ -163,4 +166,4 @@ If you find this dataset useful in your research, please cite our paper:
|
|
| 163 |
primaryClass={eess.AS},
|
| 164 |
url={https://arxiv.org/abs/2607.06461},
|
| 165 |
}
|
| 166 |
-
```
|
|
|
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-to-speech
|
| 7 |
---
|
| 8 |
+
|
| 9 |
# WordVoice-5A Dataset 🚀
|
| 10 |
|
| 11 |
<div align="center">
|
|
|
|
| 166 |
primaryClass={eess.AS},
|
| 167 |
url={https://arxiv.org/abs/2607.06461},
|
| 168 |
}
|
| 169 |
+
```
|