Mothersuperior commited on
Commit
f2278a2
·
verified ·
1 Parent(s): 747a2f1

README wording

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,8 +56,8 @@ and `<name>.txt` = a style caption starting with your trigger phrase (e.g. `xyzq
56
 
57
  ## Decoder
58
  Consider decoding with [Mothersuperior/YuE2-Vae-merge-0.666](https://huggingface.co/Mothersuperior/YuE2-Vae-merge-0.666): a weight merge of
59
- YuE2-Vae (0.666) and YuE2-Vae-legacy (0.334). The two releases share one encoder and only differ in the decoder; the merge sits between the
60
- defaults perceptual cleanliness and the legacy decoders musicality. Drop-in: `YuE2Pipeline.from_pretrained("m-a-p/YuE2-3B", vae="Mothersuperior/YuE2-Vae-merge-0.666")`,
61
  or point `ar_generate.py` at it.
62
 
63
  ## Inference
 
56
 
57
  ## Decoder
58
  Consider decoding with [Mothersuperior/YuE2-Vae-merge-0.666](https://huggingface.co/Mothersuperior/YuE2-Vae-merge-0.666): a weight merge of
59
+ YuE2-Vae (0.666) and YuE2-Vae-legacy (0.334). The two releases share one encoder and only differ in the decoder; the merge sits between the clean
60
+ default decoder and the more musical legacy decoder. Drop-in: `YuE2Pipeline.from_pretrained("m-a-p/YuE2-3B", vae="Mothersuperior/YuE2-Vae-merge-0.666")`,
61
  or point `ar_generate.py` at it.
62
 
63
  ## Inference