Instructions to use Dolphy-AI/Dolphy-R1-Distill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dolphy-AI/Dolphy-R1-Distill with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Dolphy-AI/Dolphy-R1-Distill", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use Dolphy-AI/Dolphy-R1-Distill 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 Dolphy-AI/Dolphy-R1-Distill 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 Dolphy-AI/Dolphy-R1-Distill to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Dolphy-AI/Dolphy-R1-Distill to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Dolphy-AI/Dolphy-R1-Distill", max_seq_length=2048, )
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"layers_pattern": null,
|
| 18 |
"layers_to_transform": null,
|
| 19 |
"loftq_config": {},
|
| 20 |
-
"lora_alpha":
|
| 21 |
"lora_bias": false,
|
| 22 |
"lora_dropout": 0,
|
| 23 |
"megatron_config": null,
|
|
@@ -25,16 +25,16 @@
|
|
| 25 |
"modules_to_save": null,
|
| 26 |
"peft_type": "LORA",
|
| 27 |
"qalora_group_size": 16,
|
| 28 |
-
"r":
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"up_proj",
|
| 33 |
-
"down_proj",
|
| 34 |
"q_proj",
|
| 35 |
"o_proj",
|
| 36 |
"v_proj",
|
| 37 |
"k_proj",
|
|
|
|
|
|
|
| 38 |
"gate_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
|
|
|
| 17 |
"layers_pattern": null,
|
| 18 |
"layers_to_transform": null,
|
| 19 |
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 64,
|
| 21 |
"lora_bias": false,
|
| 22 |
"lora_dropout": 0,
|
| 23 |
"megatron_config": null,
|
|
|
|
| 25 |
"modules_to_save": null,
|
| 26 |
"peft_type": "LORA",
|
| 27 |
"qalora_group_size": 16,
|
| 28 |
+
"r": 64,
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
|
|
|
| 32 |
"q_proj",
|
| 33 |
"o_proj",
|
| 34 |
"v_proj",
|
| 35 |
"k_proj",
|
| 36 |
+
"up_proj",
|
| 37 |
+
"down_proj",
|
| 38 |
"gate_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f850e07f88acf4303874d7b01fbffd09b7bc650d7fcac32c5d9ceac2e5c1b743
|
| 3 |
+
size 533009160
|