alefiury commited on
Commit
070fc86
·
verified ·
1 Parent(s): d9750a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -49,6 +49,26 @@ Note: The "other" category includes various vocal techniques.
49
  ## Model Overview
50
  FreeSVC leverages an enhanced VITS architecture integrated with Speaker-invariant Clustering (SPIN) and the ECAPA2 speaker encoder. This combination effectively separates speaker characteristics from linguistic content, ensuring high-quality and natural-sounding voice conversions across multiple languages.
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  ## Original Repository
53
  For more detailed information, please visit the [original GitHub repository](https://github.com/freds0/free-svc).
54
 
 
49
  ## Model Overview
50
  FreeSVC leverages an enhanced VITS architecture integrated with Speaker-invariant Clustering (SPIN) and the ECAPA2 speaker encoder. This combination effectively separates speaker characteristics from linguistic content, ensuring high-quality and natural-sounding voice conversions across multiple languages.
51
 
52
+ ## Training Datasets
53
+
54
+ FreeSVC was trained on a diverse set of speech and singing datasets covering multiple languages:
55
+
56
+ | **Dataset** | **Hours** | **Language** | **Type** |
57
+ |----------------------|-----------|--------------|--------------|-------------|
58
+ | AISHELL-1 | 170h | Chinese | Speech |
59
+ | AISHELL-3 | 85h | Chinese | Speech |
60
+ | CML-TTS | 3.1k | 7 Languages | Speech |
61
+ | HiFiTTS | 292h | English | Speech |
62
+ | JVS | 30h | Japanese | Speech |
63
+ | LibriTTS-R | 585h | English | Speech |
64
+ | NUS (NHSS) | 7h | English | Both |
65
+ | OpenSinger | 50h | Chinese | Singing |
66
+ | Opencpop | 5h | Chinese | Singing |
67
+ | PopBuTFy | 10h, 40h | Chinese, English | Singing |
68
+ | POPCS | 5h | Chinese | Singing |
69
+ | VCTK | 44h | English | Speech |
70
+ | VocalSet | 10h | Other | Singing |
71
+
72
  ## Original Repository
73
  For more detailed information, please visit the [original GitHub repository](https://github.com/freds0/free-svc).
74