Upload folder using huggingface_hub
Browse files- config.json +5 -0
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"hiftnet_config": {
|
| 3 |
"audio_limit": 0.99,
|
| 4 |
"base_channels": 512,
|
|
@@ -128,6 +132,7 @@
|
|
| 128 |
"high_freq_factor": 4.0,
|
| 129 |
"low_freq_factor": 1.0,
|
| 130 |
"original_max_position_embeddings": 8192,
|
|
|
|
| 131 |
"rope_type": "llama3"
|
| 132 |
},
|
| 133 |
"rope_theta": 500000.0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ChatterboxModel"
|
| 4 |
+
],
|
| 5 |
+
"dtype": "float32",
|
| 6 |
"hiftnet_config": {
|
| 7 |
"audio_limit": 0.99,
|
| 8 |
"base_channels": 512,
|
|
|
|
| 132 |
"high_freq_factor": 4.0,
|
| 133 |
"low_freq_factor": 1.0,
|
| 134 |
"original_max_position_embeddings": 8192,
|
| 135 |
+
"rope_theta": 500000.0,
|
| 136 |
"rope_type": "llama3"
|
| 137 |
},
|
| 138 |
"rope_theta": 500000.0,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca2c91abbdfde741592b90f71b2db0d5c6a496ac675a29de00ba1065eb857240
|
| 3 |
+
size 3191852132
|