Upload Quantizer
Browse files- config.json +4 -0
- model.safetensors +3 -0
config.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"adam_b1": 0.8,
|
| 3 |
"adam_b2": 0.99,
|
|
|
|
|
|
|
|
|
|
| 4 |
"decoder_depth": 4,
|
| 5 |
"decoder_dilation_growth_rate": 3,
|
| 6 |
"decoder_downs_t": [
|
|
@@ -40,5 +43,6 @@
|
|
| 40 |
"model_type": "prosody_quantizer",
|
| 41 |
"mu": 0.99,
|
| 42 |
"multispkr": "single",
|
|
|
|
| 43 |
"transformers_version": "4.53.3"
|
| 44 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"adam_b1": 0.8,
|
| 3 |
"adam_b2": 0.99,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"Quantizer"
|
| 6 |
+
],
|
| 7 |
"decoder_depth": 4,
|
| 8 |
"decoder_dilation_growth_rate": 3,
|
| 9 |
"decoder_downs_t": [
|
|
|
|
| 43 |
"model_type": "prosody_quantizer",
|
| 44 |
"mu": 0.99,
|
| 45 |
"multispkr": "single",
|
| 46 |
+
"torch_dtype": "float32",
|
| 47 |
"transformers_version": "4.53.3"
|
| 48 |
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20f60fee7d25895f6c4ec77ae73e56d3d14c4158ea2c0bfbbfecb2f8b743d947
|
| 3 |
+
size 817612
|