Miuzarte commited on
Commit
80659d1
·
1 Parent(s): dd00bf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  ### Dataset Summary
19
 
20
- #### ForBaseModel:
21
 
22
  数据质量不高,只用于岁己音色的底模训练(洗去G_0.pth和D_0.pth的音色)
23
 
@@ -35,6 +35,44 @@ tags:
35
 
36
  5. [Spliter Wav by IceKyrin](https://github.com/IceKyrin)声纹识别稳定数据(06:47:46)
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ### Supported Tasks and Leaderboards
39
 
40
  [More Information Needed]
 
17
 
18
  ### Dataset Summary
19
 
20
+ #### ForBaseModel.zip
21
 
22
  数据质量不高,只用于岁己音色的底模训练(洗去G_0.pth和D_0.pth的音色)
23
 
 
35
 
36
  5. [Spliter Wav by IceKyrin](https://github.com/IceKyrin)声纹识别稳定数据(06:47:46)
37
 
38
+ 文件结构:
39
+
40
+ ```
41
+ ForBaseModel.zip
42
+ ├── 25788785-20221201-195959-658_01_(Vocals)_1.wav
43
+ ├── 25788785-20221201-195959-658_01_(Vocals)_3.wav
44
+ ├── ......
45
+ ├── 25788785-20230201-005152-235_03_(Vocals)_9.wav
46
+ └── 25788785-20230201-005152-235_03_(Vocals)_10.wav
47
+ ```
48
+
49
+ #### ForBaseModel_sovits.zip:
50
+
51
+ ForBaseModel.zip经过预处理后的数据集,可以直接投入使用,采样频率为48kHz
52
+
53
+ 文件结构:
54
+
55
+ ```
56
+ ForBaseModel_sovits.zip
57
+ ├── configs
58
+ │   └── config.json
59
+ ├── dataset
60
+ │   └── 48k
61
+ │   └── suijiSUI
62
+ │   ├── 25788785-20221201-195959-658_01_(Vocals)_1.wav
63
+ │   ├── 25788785-20221201-195959-658_01_(Vocals)_1.wav.f0.npy
64
+ │   ├── 25788785-20221201-195959-658_01_(Vocals)_1.wav.soft.pt
65
+ │   ├── ......
66
+ │   ├── 25788785-20230201-005152-235_03_(Vocals)_9.wav
67
+ │   ├── 25788785-20230201-005152-235_03_(Vocals)_9.wav.f0.npy
68
+ │   └── 25788785-20230201-005152-235_03_(Vocals)_9.wav.soft.pt
69
+ └── filelists
70
+    ├── test.txt
71
+    ├── train.txt
72
+    └── val.txt
73
+
74
+ ```
75
+
76
  ### Supported Tasks and Leaderboards
77
 
78
  [More Information Needed]