Instructions to use rlabz/quantum_tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rlabz/quantum_tts with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/orpheus-3b-0.1-ft-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "rlabz/quantum_tts") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +12 -12
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -2,20 +2,20 @@
|
|
| 2 |
license: cc0-1.0
|
| 3 |
base_model: unsloth/orpheus-3b-0.1-ft
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
language:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
datasets:
|
| 18 |
-
|
| 19 |
pipeline_tag: text-to-speech
|
| 20 |
---
|
| 21 |
|
|
|
|
| 2 |
license: cc0-1.0
|
| 3 |
base_model: unsloth/orpheus-3b-0.1-ft
|
| 4 |
tags:
|
| 5 |
+
- text-to-speech
|
| 6 |
+
- tts
|
| 7 |
+
- orpheus
|
| 8 |
+
- swahili
|
| 9 |
+
- kiswahili
|
| 10 |
+
- snac
|
| 11 |
+
- peft
|
| 12 |
+
- lora
|
| 13 |
+
- unsloth
|
| 14 |
language:
|
| 15 |
+
- sw
|
| 16 |
+
- en
|
| 17 |
datasets:
|
| 18 |
+
- rlabz/swa_lug_tts
|
| 19 |
pipeline_tag: text-to-speech
|
| 20 |
---
|
| 21 |
|
adapter_config.json
CHANGED
|
@@ -35,13 +35,13 @@
|
|
| 35 |
"rank_pattern": {},
|
| 36 |
"revision": null,
|
| 37 |
"target_modules": [
|
| 38 |
-
"up_proj",
|
| 39 |
"q_proj",
|
| 40 |
-
"
|
|
|
|
| 41 |
"gate_proj",
|
| 42 |
-
"
|
| 43 |
"down_proj",
|
| 44 |
-
"
|
| 45 |
],
|
| 46 |
"target_parameters": null,
|
| 47 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 35 |
"rank_pattern": {},
|
| 36 |
"revision": null,
|
| 37 |
"target_modules": [
|
|
|
|
| 38 |
"q_proj",
|
| 39 |
+
"k_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
"gate_proj",
|
| 42 |
+
"v_proj",
|
| 43 |
"down_proj",
|
| 44 |
+
"o_proj"
|
| 45 |
],
|
| 46 |
"target_parameters": null,
|
| 47 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 389074464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab576ecf2e29e663871f62cfb8218333ae8d25e5979a14e3c88cdb114e769143
|
| 3 |
size 389074464
|