lex-au commited on
Commit
46017d4
ยท
verified ยท
1 Parent(s): 11c30c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -12
README.md CHANGED
@@ -1,22 +1,82 @@
1
  ---
2
- base_model: unsloth/orpheus-3b-0.1-ft-unsloth-bnb-4bit
3
  tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - llama
 
8
  - gguf
 
9
  license: apache-2.0
10
- language:
11
- - en
 
 
 
 
 
 
12
  ---
13
 
14
- # Uploaded model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- - **Developed by:** lex-au
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/orpheus-3b-0.1-ft-unsloth-bnb-4bit
 
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
 
 
 
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  tags:
4
+ - text-to-speech
5
+ - tts
6
+ - audio
7
+ - speech-synthesis
8
+ - orpheus
9
  - gguf
10
+ - unsloth
11
  license: apache-2.0
12
+ datasets:
13
+ - lex-au/Orpheus-3b-Kaya
14
+ ---
15
+
16
+ # Orpheus-3b-Kaya-Q6_K
17
+
18
+ This is a **fine-tuned version** of the pretrained model [canopylabs/orpheus-3b-0.1-pretrained](https://huggingface.co/canopylabs/orpheus-3b-0.1-pretrained), trained on a custom voice dataset and quantised to GGUF Q6_K format for fast, efficient inference.
19
+
20
  ---
21
 
22
+ ## ๐Ÿ”ง Model Details
23
+
24
+ - **Model Type**: Text-to-Speech (TTS)
25
+ - **Architecture**: Token-to-audio language model
26
+ - **Parameters**: ~3 billion
27
+ - **Quantisation**: 8-bit GGUF (Q6_K)
28
+ - **Sampling Rate**: 24kHz mono
29
+ - **Training Epochs**: 1
30
+ - **Training Dataset**: [lex-au/Orpheus-3b-Kaya](https://huggingface.co/datasets/lex-au/Orpheus-3b-Kaya)
31
+ - **Languages**: English
32
+
33
+ ---
34
+
35
+ ## ๐Ÿš€ Quick Usage
36
+
37
+ This model is designed for use with [Orpheus-FastAPI](https://github.com/Lex-au/Orpheus-FastAPI), an OpenAI-compatible inference server for text-to-speech generation.
38
+
39
+ ### Compatible Inference Servers
40
+ You can load this model into:
41
 
42
+ - [GPUStack](https://github.com/gpustack/gpustack)
43
+ - [LM Studio](https://lmstudio.ai/)
44
+ - [llama.cpp](https://github.com/ggerganov/llama.cpp)
45
+ - Any other GGUF-compatible OpenAI-style server
46
 
47
+ ## ๐Ÿ“œ License
48
+
49
+ Apache License 2.0 โ€” free for research and commercial use.
50
+
51
+ ---
52
+
53
+ ## ๐Ÿ™Œ Credits
54
+
55
+ - Original model by: [Canopy Labs](https://huggingface.co/canopylabs/orpheus-3b-0.1-pt)
56
+ - Fine-tuned, quantised, and API-wrapped by: [Lex-au](https://huggingface.co/lex-au) via [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
57
 
58
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
59
+
60
+
61
+ ---
62
+
63
+ ## ๐Ÿ“š Citation
64
+
65
+ ```
66
+ @misc{orpheus-tts-2025,
67
+ author = {Canopy Labs},
68
+ title = {Orpheus-3b-0.1-pt: Pretrained Text-to-Speech Model},
69
+ year = {2025},
70
+ publisher = {HuggingFace},
71
+ howpublished = {\url{https://huggingface.co/canopylabs/orpheus-3b-0.1-pt}}
72
+ }
73
+
74
+ @misc{orpheus-kaya-2025,
75
+ author = {Lex-au},
76
+ title = {Orpheus-3b-Kaya-Q6_K: Fine-Tuned TTS Model (Quantised)},
77
+ note = {Fine-tuned from canopylabs/orpheus-3b-0.1-pt},
78
+ year = {2025},
79
+ publisher = {HuggingFace},
80
+ howpublished = {\url{https://huggingface.co/lex-au/Orpheus-3b-Kaya-Q6_K}}
81
+ }
82
+ ```