soujanyaporia commited on
Commit
86b81ac
•
1 Parent(s): adb6fcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -14,6 +14,7 @@ pipeline_tag: text-to-audio
14
  **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.
15
 
16
  📣 We recently released **Tango 2**. Access it [here](https://huggingface.co/declare-lab/tango2).
 
17
  📣 We are releasing **Tango-Full** which was pre-trained on **TangoPromptBank**.
18
 
19
  ## Code
 
14
  **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.
15
 
16
  📣 We recently released **Tango 2**. Access it [here](https://huggingface.co/declare-lab/tango2).
17
+
18
  📣 We are releasing **Tango-Full** which was pre-trained on **TangoPromptBank**.
19
 
20
  ## Code