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": "Ken Carson",
|
| 3 |
+
"source_url": "https://huggingface.co/IAMTHEMUSIC/Ken-Carson/resolve/main/all-session-model.zip",
|
| 4 |
+
"gender": "male",
|
| 5 |
+
"category": "celebrity",
|
| 6 |
+
"type": "rvc",
|
| 7 |
+
"language": "en-US",
|
| 8 |
+
"description": "RVC model \u201cKen Carson\u201d uploaded by bulk_model_uploader.py",
|
| 9 |
+
"tags": [
|
| 10 |
+
"rvc",
|
| 11 |
+
"voice-model",
|
| 12 |
+
"ken-carson",
|
| 13 |
+
"male",
|
| 14 |
+
"celebrity",
|
| 15 |
+
"en-us",
|
| 16 |
+
"rvc"
|
| 17 |
+
]
|
| 18 |
+
}
|
model.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:209322ef212239186d432cc6a0432824818bdcc930aac5c032a7e9700d902803
|
| 3 |
+
size 205993619
|
model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbb5f84b98b62e21a83a0be0fc5f73af7c403ab8da9b347b5f620af25646d0b1
|
| 3 |
+
size 55237593
|