Text-to-Speech
Transformers
Safetensors
English
llama
text-generation
unsloth
tts
orpheus
text-generation-inference
Instructions to use innovationm-ai/orpheus-tts-3b-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use innovationm-ai/orpheus-tts-3b-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="innovationm-ai/orpheus-tts-3b-finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("innovationm-ai/orpheus-tts-3b-finetuned") model = AutoModelForCausalLM.from_pretrained("innovationm-ai/orpheus-tts-3b-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ library_name: transformers
|
|
| 17 |
---
|
| 18 |
|
| 19 |
<div align="center">
|
| 20 |
-
<img src="
|
| 21 |
<br/><br/>
|
| 22 |
|
| 23 |
<a href="https://www.innovationm.com/">
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
<div align="center">
|
| 20 |
+
<img src="./logo.png" alt="InnovationM"/>
|
| 21 |
<br/><br/>
|
| 22 |
|
| 23 |
<a href="https://www.innovationm.com/">
|