Instructions to use unsloth/Ornith-1.0-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
- Local Apps Settings
- Unsloth Studio
How to use unsloth/Ornith-1.0-9B 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 unsloth/Ornith-1.0-9B 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 unsloth/Ornith-1.0-9B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for unsloth/Ornith-1.0-9B to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="unsloth/Ornith-1.0-9B", max_seq_length=2048, )
Fix Ornith model card metadata
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- unsloth
|
|
|
|
| 4 |
base_model:
|
| 5 |
- deepreinforce-ai/Ornith-1.0-9B
|
| 6 |
-
library_name: transformers
|
| 7 |
license: mit
|
| 8 |
license_link: https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B/blob/main/LICENSE
|
| 9 |
pipeline_tag: text-generation
|
|
@@ -27,10 +27,6 @@ pipeline_tag: text-generation
|
|
| 27 |
|
| 28 |
|
| 29 |
|
| 30 |
-
<img width="600px" src="assets/ornith_logo.png">
|
| 31 |
-
|
| 32 |
-
[](https://deep-reinforce.com/ornith.html)
|
| 33 |
-
|
| 34 |
|
| 35 |
# Ornith-1.0-9B
|
| 36 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- unsloth
|
| 4 |
+
- qwen3_5_moe
|
| 5 |
base_model:
|
| 6 |
- deepreinforce-ai/Ornith-1.0-9B
|
|
|
|
| 7 |
license: mit
|
| 8 |
license_link: https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B/blob/main/LICENSE
|
| 9 |
pipeline_tag: text-generation
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
# Ornith-1.0-9B
|
| 32 |
|