Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- ai
|
7 |
+
- rvc
|
8 |
+
- vc
|
9 |
+
- voice-cloning
|
10 |
+
- applio
|
11 |
+
- titan
|
12 |
+
- pretrained
|
13 |
+
---
|
14 |
+
## TITAN: A Robust Pretrained Model for Retrieval-Based Voice Conversion Training
|
15 |
+
|
16 |
+
### Overview
|
17 |
+
Titan is a state-of-the-art pretrained model designed for retrieval-based voice conversion training. It offers a robust solution for transforming voice characteristics from one speaker to another, providing high-quality results with minimal training effort.
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
If you find Titan useful for your research or project, please consider citing our paper:
|
21 |
+
|
22 |
+
```
|
23 |
+
@article{titan,
|
24 |
+
title={TITAN: A Robust Pretrained Model for Retrieval-Based Voice Conversion Training},
|
25 |
+
author={Blaise},
|
26 |
+
journal={Hugging Face},
|
27 |
+
year={2024},
|
28 |
+
publisher={Blaise},
|
29 |
+
url={https://huggingface.co/blaise-tk/TITAN/}
|
30 |
+
}
|
31 |
+
```
|