Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
language:
|
| 4 |
- tg
|
|
|
|
|
|
|
| 5 |
base_model:
|
|
|
|
| 6 |
- canopylabs/orpheus-3b-0.1-pretrained
|
| 7 |
-
pipeline_tag: text-to-speech
|
| 8 |
---
|
| 9 |
|
| 10 |
-
#
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
Identity Misuse: Do not produce audio resembling real individuals without permission.
|
| 14 |
-
Deceptive Content: Do not use this model to generate misleading content (e.g. fake news)
|
| 15 |
-
Illegal or Malicious Use: Do not use this model for activities that are illegal or intended to cause harm.
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
language:
|
| 4 |
- tg
|
| 5 |
+
pipeline_tag: text-to-speech
|
| 6 |
+
license: apache-2.0
|
| 7 |
base_model:
|
| 8 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
| 9 |
- canopylabs/orpheus-3b-0.1-pretrained
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Orpheus 3B 0.1 Finetuned on Tajik
|
| 13 |
+
|
| 14 |
+
**25/07/2025** – We are releasing our early checkpoint of 3B Orpheus TTS trained only 35 hours of audio data.
|
| 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 has been finetuned to deliver human-level speech synthesis, achieving exceptional clarity, expressiveness, and real-time streaming performances.
|
| 19 |
+
|
| 20 |
+
# Usage
|
| 21 |
+
|
| 22 |
+
Check out our Colab ([link to Colab](https://colab.research.google.com/drive/1K1UoJ2OhaMY4QrOEoumqE19WFlSNcNVD?usp=sharing)) to run locally on your Mac check ([MLX version](https://huggingface.co/re-skill/orpheus-tj-early-mlx-fp16))
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
+
# Model Misuse
|
| 26 |
+
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.
|