Update pipeline tag and add paper link
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
pipeline_tag: any-to-any
|
| 3 |
-
license: mit
|
| 4 |
-
library_name: transformers
|
| 5 |
language:
|
| 6 |
- multilingual
|
|
|
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- omni
|
| 9 |
- custom_code
|
|
@@ -18,6 +18,8 @@ tags:
|
|
| 18 |
|
| 19 |
# JoyTTS: LLM-based Spoken Chatbot With Voice Cloning
|
| 20 |
|
|
|
|
|
|
|
| 21 |
<br>
|
| 22 |
<div align='left'>
|
| 23 |
<a href='https://github.com/jdh-algo/JoyTTS'><img src='https://img.shields.io/github/stars/jdh-algo/JoyTTS?style=social'></a>
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- multilingual
|
| 4 |
+
library_name: transformers
|
| 5 |
+
license: mit
|
| 6 |
+
pipeline_tag: text-to-speech
|
| 7 |
tags:
|
| 8 |
- omni
|
| 9 |
- custom_code
|
|
|
|
| 18 |
|
| 19 |
# JoyTTS: LLM-based Spoken Chatbot With Voice Cloning
|
| 20 |
|
| 21 |
+
This repository contains the model presented in the paper [JoyTTS: LLM-based Spoken Chatbot With Voice Cloning](https://huggingface.co/papers/2507.02380).
|
| 22 |
+
|
| 23 |
<br>
|
| 24 |
<div align='left'>
|
| 25 |
<a href='https://github.com/jdh-algo/JoyTTS'><img src='https://img.shields.io/github/stars/jdh-algo/JoyTTS?style=social'></a>
|