nshmyrevgmail commited on
Commit
64d2f17
1 Parent(s): 9962657

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -5,10 +5,21 @@ language:
5
  pipeline_tag: audio-to-audio
6
  ---
7
 
8
- Basic model trained with VITS + softhubert
9
 
10
- See
 
 
11
 
12
  <https://github.com/alphacep/vosk-tts/tree/master/vc>
13
 
14
- <https://github.com/quickvc/QuickVC-VoiceConversion>
 
 
 
 
 
 
 
 
 
 
5
  pipeline_tag: audio-to-audio
6
  ---
7
 
8
+ # About
9
 
10
+ This is a basic zero-shot voice conversion model trained with VITS + softhubert
11
+
12
+ See:
13
 
14
  <https://github.com/alphacep/vosk-tts/tree/master/vc>
15
 
16
+ <https://github.com/quickvc/QuickVC-VoiceConversion>
17
+
18
+ # Speaker Similarity
19
+
20
+ Computed with eval.py with Resemblyzer
21
+
22
+ ```
23
+ Original QuickVC (trained on VCTK) Average: 0.667 Min: 0.477
24
+ New model Average: 0.836 Min: 0.692
25
+ ```