Chris Scott commited on
Commit
8fde223
·
verified ·
1 Parent(s): 363e54f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -3
README.md CHANGED
@@ -1,3 +1,52 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ---
5
+ library_name: transformers
6
+ language:
7
+ - en
8
+ pipeline_tag: text-to-speech
9
+ license: apache-2.0
10
+ base_model:
11
+ - meta-llama/Llama-3.2-3B-Instruct
12
+ - canopylabs/orpheus-3b-0.1-pretrained
13
+ ---
14
+
15
+
16
+ FP8 Quant made with llmcompressor
17
+
18
+
19
+
20
+ # Orpheus 3B 0.1 Finetuned
21
+
22
+ **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)
23
+
24
+ ---
25
+
26
+ Orpheus TTS is a state-of-the-art, Llama-based Speech-LLM designed for high-quality, empathetic text-to-speech generation. This model has been finetuned to deliver human-level speech synthesis, achieving exceptional clarity, expressiveness, and real-time streaming performances.
27
+
28
+ # Model Details
29
+
30
+ ### Model Capabilities
31
+
32
+ - **Human-Like Speech**: Natural intonation, emotion, and rhythm that is superior to SOTA closed source models
33
+ - **Zero-Shot Voice Cloning**: Clone voices without prior fine-tuning
34
+ - **Guided Emotion and Intonation**: Control speech and emotion characteristics with simple tags
35
+ - **Low Latency**: ~200ms streaming latency for realtime applications, reducible to ~100ms with input streaming
36
+
37
+
38
+ ### Model Sources
39
+
40
+ - **GitHub Repo:** [https://github.com/canopyai/Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS)
41
+ - **Blog Post:** [https://canopylabs.ai/model-releases](https://canopylabs.ai/model-releases)
42
+ - **Colab Inference Notebook:** [notebook link](https://colab.research.google.com/drive/1KhXT56UePPUHhqitJNUxq63k-pQomz3N?usp=sharing)
43
+ - **One-Click Deployment on Baseten:** [https://www.baseten.co/library/orpheus-tts/](https://www.baseten.co/library/orpheus-tts/)
44
+
45
+
46
+ # Usage
47
+
48
+ Check out our Colab ([link to Colab](https://colab.research.google.com/drive/1KhXT56UePPUHhqitJNUxq63k-pQomz3N?usp=sharing)) or GitHub ([link to GitHub](https://github.com/canopyai/Orpheus-TTS)) on how to run easy inference on our finetuned models.
49
+
50
+
51
+ # Model Misuse
52
+ 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.