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
|
@@ -10,7 +10,8 @@ license: apache-2.0
|
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
datasets:
|
| 13 |
-
-
|
|
|
|
| 14 |
pipeline_tag: text-to-speech
|
| 15 |
library_name: transformers
|
| 16 |
---
|
|
|
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
datasets:
|
| 13 |
+
- innovationm-ai/dailytalk-male
|
| 14 |
+
- innovationm-ai/dailytalk-female
|
| 15 |
pipeline_tag: text-to-speech
|
| 16 |
library_name: transformers
|
| 17 |
---
|