GitMylo commited on
Commit
a2e020f
1 Parent(s): 40a22bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -14,6 +14,12 @@ This can be used for many things, including speech transfer and voice cloning.
14
 
15
  [code repo](https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer)
16
 
 
 
 
 
 
 
17
  # Voice cloning
18
  Voice cloning is creating a new voice for text-to-speech.
19
 
 
14
 
15
  [code repo](https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer)
16
 
17
+ # The models in this repo
18
+ * [quantifier_hubert_base_ls960.pth](https://huggingface.co/GitMylo/bark-voice-cloning/blob/main/quantifier_hubert_base_ls960.pth) (the model trained on literature for 4 epochs)
19
+ * [quantifier_hubert_base_ls960_14.pth](https://huggingface.co/GitMylo/bark-voice-cloning/blob/main/quantifier_hubert_base_ls960_14.pth) (the model trained on literature for 10 more epochs, based on the previous)
20
+
21
+ (Please use the model manager from the [code repo](https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer) for easy downloading of models)
22
+
23
  # Voice cloning
24
  Voice cloning is creating a new voice for text-to-speech.
25