Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ You can run inference using the demo space: [Orpheus TTS Spanish Fine-Tuned](htt
|
|
56 |
|
57 |
To run inference locally with full control:
|
58 |
|
59 |
-
```
|
60 |
import torch
|
61 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
62 |
from peft import PeftModel
|
@@ -65,7 +65,7 @@ from snac import SNAC
|
|
65 |
# --- Minimal config ---
|
66 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
67 |
BASE = "canopylabs/3b-es_it-pretrain-research_release"
|
68 |
-
LORA = "sirekist98/
|
69 |
SNAC_ID = "hubertsiuzdak/snac_24khz"
|
70 |
|
71 |
VOICE = "alloy"
|
|
|
56 |
|
57 |
To run inference locally with full control:
|
58 |
|
59 |
+
```python
|
60 |
import torch
|
61 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
62 |
from peft import PeftModel
|
|
|
65 |
# --- Minimal config ---
|
66 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
67 |
BASE = "canopylabs/3b-es_it-pretrain-research_release"
|
68 |
+
LORA = "sirekist98/spanish_tts_emotions"
|
69 |
SNAC_ID = "hubertsiuzdak/snac_24khz"
|
70 |
|
71 |
VOICE = "alloy"
|