Maksim Latysh
commited on
Commit
•
6750a4f
1
Parent(s):
329c1ba
Initial commit
Browse files- .gitattributes +2 -0
- README.md +13 -0
- alla.pth +3 -0
- config.json +9 -0
- trained_IVF1321_Flat_nprobe_1_alla_v2.index +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
alla.pth filter=lfs diff=lfs merge=lfs -text
|
37 |
+
trained_IVF1321_Flat_nprobe_1_alla_v2.index filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
pipeline_tag: audio-to-audio
|
4 |
+
tags:
|
5 |
+
- rvc
|
6 |
+
---
|
7 |
+
# Alla Pugacheva (200 Epochs)
|
8 |
+
|
9 |
+
## RVC Model
|
10 |
+
|
11 |
+
Model Type: RVC
|
12 |
+
Epochs: 200
|
13 |
+
Recommended sampling method: rmvpe
|
alla.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f11d7ff9c434acb8947da3d9085c4c5032f73e85d97937fb00eef576cf7ab176
|
3 |
+
size 55216736
|
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"arch_type": "rvc",
|
3 |
+
"arch_version": "2",
|
4 |
+
"components": {
|
5 |
+
"pth": "alla.pth",
|
6 |
+
"index": "trained_IVF1321_Flat_nprobe_1_alla_v2.index"
|
7 |
+
},
|
8 |
+
"metadata": "metadata.json"
|
9 |
+
}
|
trained_IVF1321_Flat_nprobe_1_alla_v2.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea5a1791af3aa9fa295a51eba048578ae2a35f36ae4dcc2c0993ff023c4e2268
|
3 |
+
size 4058251
|