Text Generation
Safetensors
English
qwen3.5
code
tool-calling
lora
sft
dpo
unsloth
reasoning
chain-of-thought
conversational
Instructions to use danielcherubini/Qwen3.5-DeltaCoder-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use danielcherubini/Qwen3.5-DeltaCoder-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 danielcherubini/Qwen3.5-DeltaCoder-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 danielcherubini/Qwen3.5-DeltaCoder-9B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for danielcherubini/Qwen3.5-DeltaCoder-9B to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="danielcherubini/Qwen3.5-DeltaCoder-9B", max_seq_length=2048, )
Delete ref/adapter_config.json with huggingface_hub
Browse files- ref/adapter_config.json +0 -51
ref/adapter_config.json
DELETED
|
@@ -1,51 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"alora_invocation_tokens": null,
|
| 3 |
-
"alpha_pattern": {},
|
| 4 |
-
"arrow_config": null,
|
| 5 |
-
"auto_mapping": null,
|
| 6 |
-
"base_model_name_or_path": "Qwen/Qwen3.5-9B",
|
| 7 |
-
"bias": "none",
|
| 8 |
-
"corda_config": null,
|
| 9 |
-
"ensure_weight_tying": false,
|
| 10 |
-
"eva_config": null,
|
| 11 |
-
"exclude_modules": null,
|
| 12 |
-
"fan_in_fan_out": false,
|
| 13 |
-
"inference_mode": true,
|
| 14 |
-
"init_lora_weights": true,
|
| 15 |
-
"layer_replication": null,
|
| 16 |
-
"layers_pattern": null,
|
| 17 |
-
"layers_to_transform": null,
|
| 18 |
-
"loftq_config": {},
|
| 19 |
-
"lora_alpha": 32,
|
| 20 |
-
"lora_bias": false,
|
| 21 |
-
"lora_dropout": 0,
|
| 22 |
-
"megatron_config": null,
|
| 23 |
-
"megatron_core": "megatron.core",
|
| 24 |
-
"modules_to_save": null,
|
| 25 |
-
"peft_type": "LORA",
|
| 26 |
-
"peft_version": "0.18.1",
|
| 27 |
-
"qalora_group_size": 16,
|
| 28 |
-
"r": 32,
|
| 29 |
-
"rank_pattern": {},
|
| 30 |
-
"revision": null,
|
| 31 |
-
"target_modules": [
|
| 32 |
-
"in_proj_qkv",
|
| 33 |
-
"in_proj_z",
|
| 34 |
-
"q_proj",
|
| 35 |
-
"k_proj",
|
| 36 |
-
"in_proj_a",
|
| 37 |
-
"up_proj",
|
| 38 |
-
"in_proj_b",
|
| 39 |
-
"out_proj",
|
| 40 |
-
"v_proj",
|
| 41 |
-
"o_proj",
|
| 42 |
-
"gate_proj",
|
| 43 |
-
"down_proj"
|
| 44 |
-
],
|
| 45 |
-
"target_parameters": null,
|
| 46 |
-
"task_type": "CAUSAL_LM",
|
| 47 |
-
"trainable_token_indices": null,
|
| 48 |
-
"use_dora": false,
|
| 49 |
-
"use_qalora": false,
|
| 50 |
-
"use_rslora": false
|
| 51 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|