GitMylo commited on
Commit
c26e70f
1 Parent(s): 28dc103

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -15,10 +15,12 @@ Bark-voice-cloning is a model which processes the outputs from a HuBERT model, a
15
  This can be used for many things, including speech transfer and voice cloning.
16
 
17
  [code repo](https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer)
 
18
 
19
  # The models in this repo
20
  * [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)
21
  * [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)
 
22
 
23
  (Please use the model manager from the [code repo](https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer) for easy downloading of models)
24
 
 
15
  This can be used for many things, including speech transfer and voice cloning.
16
 
17
  [code repo](https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer)
18
+ [audio webui](https://github.com/gitmylo/audio-webui)
19
 
20
  # The models in this repo
21
  * [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)
22
  * [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)
23
+ * [quantifier_V1_hubert_base_ls960_23.pth](https://huggingface.co/GitMylo/bark-voice-cloning/blob/main/quantifier_V1_hubert_base_ls960_23.pth) (a larger model, trained for more epochs on the same dataset)
24
 
25
  (Please use the model manager from the [code repo](https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer) for easy downloading of models)
26