Somthingweird commited on
Commit
10cd776
·
verified ·
1 Parent(s): 38e7310

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -13
README.md CHANGED
@@ -9,35 +9,56 @@ tags:
9
  - audio
10
  ---
11
 
12
- ## Audio comparison
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  <table>
15
  <tr>
16
- <th>Original</th>
17
- <th>Base</th>
18
- <th>Finetune</th>
19
  </tr>
20
  <tr>
 
21
  <td>
22
- <audio controls preload="none">
23
  <source src="https://huggingface.co/WeirdhostRnD/seed-star-v1.5/resolve/main/sample/original.mp3" type="audio/mpeg" />
 
24
  </audio>
25
  </td>
 
 
 
26
  <td>
27
- <audio controls preload="none">
28
  <source src="https://huggingface.co/WeirdhostRnD/seed-star-v1.5/resolve/main/sample/base.mp3" type="audio/mpeg" />
 
29
  </audio>
30
  </td>
 
 
 
31
  <td>
32
- <audio controls preload="none">
33
  <source src="https://huggingface.co/WeirdhostRnD/seed-star-v1.5/resolve/main/sample/finetune.mp3" type="audio/mpeg" />
 
34
  </audio>
35
  </td>
36
  </tr>
37
  </table>
38
-
39
- **Reference clip**
40
-
41
- <audio controls preload="none">
42
- <source src="https://huggingface.co/WeirdhostRnD/seed-star-v1.5/resolve/main/sample/refrence.wav" type="audio/mpeg" />
43
- </audio>
 
9
  - audio
10
  ---
11
 
12
+ # Seed-VC Finetune — Audio Comparison
13
+
14
+ ## Introduction
15
+ This model is a fine-tuned version of **Plachta/Seed-VC** for voice conversion.
16
+ It demonstrates improvements in naturalness and similarity to a target reference voice.
17
+ Below you can listen to the reference clip and compare the output from the original audio, base model, and finetuned model.
18
+
19
+ ---
20
+
21
+ ## 🎯 Reference Clip
22
+
23
+ <audio controls preload="none" style="width:100%;">
24
+ <source src="https://huggingface.co/WeirdhostRnD/seed-star-v1.5/resolve/main/sample/refrence.wav" type="audio/mpeg" />
25
+ Your browser does not support the audio element.
26
+ </audio>
27
+
28
+ ---
29
+
30
+ ## 🎧 Audio Comparison
31
 
32
  <table>
33
  <tr>
34
+ <th>Model</th>
35
+ <th>Audio</th>
 
36
  </tr>
37
  <tr>
38
+ <td><strong>Original</strong></td>
39
  <td>
40
+ <audio controls preload="none" style="width:100%;">
41
  <source src="https://huggingface.co/WeirdhostRnD/seed-star-v1.5/resolve/main/sample/original.mp3" type="audio/mpeg" />
42
+ Your browser does not support the audio element.
43
  </audio>
44
  </td>
45
+ </tr>
46
+ <tr>
47
+ <td><strong>Base</strong></td>
48
  <td>
49
+ <audio controls preload="none" style="width:100%;">
50
  <source src="https://huggingface.co/WeirdhostRnD/seed-star-v1.5/resolve/main/sample/base.mp3" type="audio/mpeg" />
51
+ Your browser does not support the audio element.
52
  </audio>
53
  </td>
54
+ </tr>
55
+ <tr>
56
+ <td><strong>Finetune</strong></td>
57
  <td>
58
+ <audio controls preload="none" style="width:100%;">
59
  <source src="https://huggingface.co/WeirdhostRnD/seed-star-v1.5/resolve/main/sample/finetune.mp3" type="audio/mpeg" />
60
+ Your browser does not support the audio element.
61
  </audio>
62
  </td>
63
  </tr>
64
  </table>