shimmyshimmer commited on
Commit
fa98cf4
·
verified ·
1 Parent(s): ea0c066

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ pipeline_tag: text-to-speech
6
+ license: apache-2.0
7
+ base_model:
8
+ - canopylabs/orpheus-3b-0.1-pretrained
9
+ - meta-llama/Llama-3.2-3B-Instruct
10
+ ---
11
+
12
+ # Orpheus 3B 0.1 Pretrained
13
+
14
+ **03/18/2025** – We are releasing our 3B Orpheus TTS model with additional finetunes. Code is available on GitHub: [CanopyAI/Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS)
15
+
16
+ ---
17
+
18
+ Orpheus TTS is a state-of-the-art, Llama-based Speech-LLM designed for high-quality, empathetic text-to-speech generation. This model is the base model that can be used for many downstream tasks, like TTS, Zero-shot voice cloning and classification.
19
+
20
+ We're also releasing the training code so you can create custom finetunes of this model for your own use cases.
21
+
22
+ # Model Details
23
+
24
+ ### Model Capabilities
25
+
26
+ - **Human-Like Speech**: Minimally fine-tune to produce natural intonation, emotion, and rhythm that is superior to SOTA closed source models
27
+ - **Zero-Shot Voice Cloning**: Clone voices without prior fine-tuning
28
+
29
+
30
+ ### Model Sources
31
+
32
+ - **GitHub Repo:** [https://github.com/canopyai/Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS)
33
+ - **Blog Post:** [https://canopylabs.ai/model-releases](https://canopylabs.ai/model-releases)
34
+ - **Colab Inference Notebook:** [notebook link](https://colab.research.google.com/drive/10v9MIEbZOr_3V8ZcPAIh8MN7q2LjcstS?usp=sharing)
35
+
36
+
37
+ # Usage
38
+
39
+ Check out our Colab ([link to Colab](https://colab.research.google.com/drive/10v9MIEbZOr_3V8ZcPAIh8MN7q2LjcstS?usp=sharing)) or GitHub ([link to GitHub](https://github.com/canopyai/Orpheus-TTS)) on how to run easy inference on our finetuned models.
40
+
41
+
42
+ # Model Misuse
43
+ Do not use our models for impersonation without consent, misinformation or deception (including fake news or fraudulent calls), or any illegal or harmful activity. By using this model, you agree to follow all applicable laws and ethical guidelines. We disclaim responsibility for any use.