Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -68,3 +68,9 @@ print(results) # ["female", "male", "female"]
|
|
68 |
- Model was trained on celebrity voices from YouTube interviews
|
69 |
- Performance may vary on different audio qualities or recording conditions
|
70 |
- Designed for binary gender classification only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
- Model was trained on celebrity voices from YouTube interviews
|
69 |
- Performance may vary on different audio qualities or recording conditions
|
70 |
- Designed for binary gender classification only
|
71 |
+
|
72 |
+
## Citation
|
73 |
+
If you use this model in your research, please cite:
|
74 |
+
```bibtex
|
75 |
+
TBD
|
76 |
+
```
|