alonzi commited on
Commit
e8796c4
1 Parent(s): c02b642

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ widget:
17
 
18
  # MAGNeT - Small - 300M - 10secs
19
 
20
- MAGNeT is a text-to-music model capable of generating high-quality music samples conditioned on text descriptions.
21
  It is a masked generative non-autoregressive Transformer trained over a 32kHz EnCodec tokenizer with 4 codebooks sampled at 50 Hz.
22
  Unlike prior work, MAGNeT doesn't require neither semantic token conditioning nor model cascading, and it generates all 4 codebooks using a single non-autoregressive Transformer.
23
 
 
17
 
18
  # MAGNeT - Small - 300M - 10secs
19
 
20
+ MAGNeT is a text-to-music and text-to-sound model capable of generating high-quality audio samples conditioned on text descriptions.
21
  It is a masked generative non-autoregressive Transformer trained over a 32kHz EnCodec tokenizer with 4 codebooks sampled at 50 Hz.
22
  Unlike prior work, MAGNeT doesn't require neither semantic token conditioning nor model cascading, and it generates all 4 codebooks using a single non-autoregressive Transformer.
23