Add RVC model files
Browse files- .gitattributes +1 -0
- config.json +9 -0
- metadata.json +18 -0
- model.index +3 -0
- model.pth +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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 |
+
model.index filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arch_type": "rvc",
|
| 3 |
+
"arch_version": "2",
|
| 4 |
+
"components": {
|
| 5 |
+
"pth": "model.pth",
|
| 6 |
+
"index": "model.index"
|
| 7 |
+
},
|
| 8 |
+
"metadata": "metadata.json"
|
| 9 |
+
}
|
metadata.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Melina",
|
| 3 |
+
"source_url": "https://huggingface.co/ZokaxDesu/Melina/resolve/main/Melina.zip?download=true",
|
| 4 |
+
"gender": "female",
|
| 5 |
+
"category": "game",
|
| 6 |
+
"type": "rvc",
|
| 7 |
+
"language": "en-GB",
|
| 8 |
+
"description": "RVC model \u201cMelina\u201d uploaded by bulk_model_uploader.py",
|
| 9 |
+
"tags": [
|
| 10 |
+
"rvc",
|
| 11 |
+
"voice-model",
|
| 12 |
+
"melina",
|
| 13 |
+
"female",
|
| 14 |
+
"game",
|
| 15 |
+
"en-gb",
|
| 16 |
+
"rvc"
|
| 17 |
+
]
|
| 18 |
+
}
|
model.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:432cc78a5a71101c278d022060b305d9e788dff48e2091a38851b19a04d024fc
|
| 3 |
+
size 130995619
|
model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:710619289b131397d24fc1c33f6d719a7b3f02aeea7e77ebfc23b800d9dc676d
|
| 3 |
+
size 57583034
|