Text-to-Speech
nielsr HF Staff commited on
Commit
b942243
·
verified ·
1 Parent(s): 4e51e01

Add model card

Browse files

This PR adds a model card, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=text-to-speech&sort=trending

Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-to-speech
4
+ ---
5
+
6
+ This repository contains the model as described in [LLMVoX: Autoregressive Streaming Text-to-Speech Model for Any LLM](https://hf.co/papers/2503.04724).
7
+
8
+ For more information, check out the project page at https://mbzuai-oryx.github.io/LLMVoX/ and the code at https://github.com/mbzuai-oryx/LLMVoX.