Text-to-Audio
Transformers
English
music
Inference Endpoints
soujanyaporia commited on
Commit
27489a2
1 Parent(s): 44dc3dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,9 +9,9 @@ tags:
9
  ---
10
  # TANGO: Text to Audio using iNstruction-Guided diffusiOn
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-FT** which was first pre-trained on **TangoPromptBank** and later fine tuned on AudioCaps. This checkpoint obtained state-of-the-art results for text-to-audio generation on AudioCaps.
15
 
16
  ## Code
17
 
 
9
  ---
10
  # TANGO: Text to Audio using iNstruction-Guided diffusiOn
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-FT-Audiocaps** which was first pre-trained on **TangoPromptBank** and later fine tuned on AudioCaps. This checkpoint obtained state-of-the-art results for text-to-audio generation on AudioCaps.
15
 
16
  ## Code
17