Text-to-Audio
Transformers
English
music
Inference Endpoints
soujanyaporia commited on
Commit
00a5f0f
·
verified ·
1 Parent(s): fdeb2bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -11,6 +11,7 @@ tags:
11
 
12
  **TANGO** is a latent diffusion model for text-to-audio generation. **TANGO** can generate realistic audios including human sounds, animal sounds, natural and artificial sounds and sound effects from textual prompts. We use the frozen instruction-tuned LLM Flan-T5 as the text encoder and train a UNet based diffusion model for audio generation. We outperform current state-of-the-art models for audio generation across both objective and subjective metrics. We release our model, training, inference code and pre-trained checkpoints for the research community.
13
 
 
14
  📣 We are releasing **Tango-Full** which was pre-trained on **TangoPromptBank**.
15
 
16
  ## Code
 
11
 
12
  **TANGO** is a latent diffusion model for text-to-audio generation. **TANGO** can generate realistic audios including human sounds, animal sounds, natural and artificial sounds and sound effects from textual prompts. We use the frozen instruction-tuned LLM Flan-T5 as the text encoder and train a UNet based diffusion model for audio generation. We outperform current state-of-the-art models for audio generation across both objective and subjective metrics. We release our model, training, inference code and pre-trained checkpoints for the research community.
13
 
14
+ 📣 We recently released **Tango 2**. Access it [here](https://huggingface.co/declare-lab/tango2).
15
  📣 We are releasing **Tango-Full** which was pre-trained on **TangoPromptBank**.
16
 
17
  ## Code