Text-to-Speech
PEFT
Basque
tts
lora
basque
euskera
voice-cloning
speech-synthesis
dramabox
ltx2
expressive-tts
Instructions to use itzune/antzoki-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use itzune/antzoki-tts with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Fix adapter_config.json: set base_model_name_or_path and task_type
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"base_model_class": "LTXModel",
|
| 7 |
"parent_library": "ltx_core.model.transformer.model"
|
| 8 |
},
|
| 9 |
-
"base_model_name_or_path":
|
| 10 |
"bias": "none",
|
| 11 |
"corda_config": null,
|
| 12 |
"ensure_weight_tying": false,
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
"audio_ff.net.2"
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
-
"task_type":
|
| 45 |
"trainable_token_indices": null,
|
| 46 |
"use_bdlora": null,
|
| 47 |
"use_dora": false,
|
|
|
|
| 6 |
"base_model_class": "LTXModel",
|
| 7 |
"parent_library": "ltx_core.model.transformer.model"
|
| 8 |
},
|
| 9 |
+
"base_model_name_or_path": "ResembleAI/DramaBox",
|
| 10 |
"bias": "none",
|
| 11 |
"corda_config": null,
|
| 12 |
"ensure_weight_tying": false,
|
|
|
|
| 41 |
"audio_ff.net.2"
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
+
"task_type": "FEATURE_EXTRACTION",
|
| 45 |
"trainable_token_indices": null,
|
| 46 |
"use_bdlora": null,
|
| 47 |
"use_dora": false,
|