Instructions to use DJHumanRPT/orpheus-test4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DJHumanRPT/orpheus-test4 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DJHumanRPT/orpheus-test4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use DJHumanRPT/orpheus-test4 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for DJHumanRPT/orpheus-test4 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for DJHumanRPT/orpheus-test4 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for DJHumanRPT/orpheus-test4 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="DJHumanRPT/orpheus-test4", max_seq_length=2048, )
Upload samples/sample_3_The_quality_of_this_generated_.wav with huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/sample_1_Hello_This_is_a_sample_of_my_.wav filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/sample_2_I'm_excited_to_demonstrate_how.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/sample_1_Hello_This_is_a_sample_of_my_.wav filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/sample_2_I'm_excited_to_demonstrate_how.wav filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
samples/sample_3_The_quality_of_this_generated_.wav filter=lfs diff=lfs merge=lfs -text
|
samples/sample_3_The_quality_of_this_generated_.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61f1174588d69725b52cb0e8a76ab6d7817503f768de35121e549aea7a08738b
|
| 3 |
+
size 241708
|