Update config.json
Browse files- config.json +13 -0
config.json
CHANGED
|
@@ -4,6 +4,19 @@
|
|
| 4 |
"architectures": [
|
| 5 |
"Quantizer"
|
| 6 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"decoder_depth": 4,
|
| 8 |
"decoder_dilation_growth_rate": 3,
|
| 9 |
"decoder_downs_t": [
|
|
|
|
| 4 |
"architectures": [
|
| 5 |
"Quantizer"
|
| 6 |
],
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "quantizer_config.QuantizerConfig",
|
| 9 |
+
"AutoModel": "models.Quantizer"
|
| 10 |
+
},
|
| 11 |
+
"custom_pipelines": {
|
| 12 |
+
"prosody-embedding": {
|
| 13 |
+
"impl": "prosody_embedding_pipeline.ProsodyEmbeddingPipeline",
|
| 14 |
+
"pt": [
|
| 15 |
+
"AutoModel"
|
| 16 |
+
],
|
| 17 |
+
"tf": []
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
"decoder_depth": 4,
|
| 21 |
"decoder_dilation_growth_rate": 3,
|
| 22 |
"decoder_downs_t": [
|