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.55.0"
|
| 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.55.0"
|
| 48 |
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:283215baac42c55452ed836cb7c291340b47e1e46548d8e08eb853dcfe36d63c
|
| 3 |
+
size 1977648
|