shimmyshimmer commited on
Commit
e2b0030
·
verified ·
1 Parent(s): a0bcbf7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-ft
9
+ - meta-llama/Llama-3.2-3B-Instruct
10
+ - canopylabs/orpheus-3b-0.1-pretrained
11
+ tags:
12
+ - unsloth
13
+ ---
14
+
15
+ # Orpheus 3B 0.1 Finetuned
16
+
17
+ **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)
18
+
19
+ ---
20
+
21
+ 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.
22
+
23
+ # Model Details
24
+
25
+ ### Model Capabilities
26
+
27
+ - **Human-Like Speech**: Natural intonation, emotion, and rhythm that is superior to SOTA closed source models
28
+ - **Zero-Shot Voice Cloning**: Clone voices without prior fine-tuning
29
+ - **Guided Emotion and Intonation**: Control speech and emotion characteristics with simple tags
30
+ - **Low Latency**: ~200ms streaming latency for realtime applications, reducible to ~100ms with input streaming
31
+
32
+
33
+ ### Model Sources
34
+
35
+ - **GitHub Repo:** [https://github.com/canopyai/Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS)
36
+ - **Blog Post:** [https://canopylabs.ai/model-releases](https://canopylabs.ai/model-releases)
37
+ - **Colab Inference Notebook:** [notebook link](https://colab.research.google.com/drive/1KhXT56UePPUHhqitJNUxq63k-pQomz3N?usp=sharing)
38
+
39
+
40
+ # Usage
41
+
42
+ 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.
43
+
44
+
45
+ # Model Misuse
46
+ 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.