Views
No views yet
| Parameter | Value |
|---|---|
| direction_index | per layer |
| attn.out_proj.max_weights.0 | 0: 1.03 |
| attn.out_proj.max_weights.1 | 1: 1.43 |
| attn.out_proj.max_weights.2 | 2: 0.86 |
| attn.out_proj.max_weights.3 | 3: 0.90 |
| attn.out_proj.max_weight_position | 43.21 |
| attn.out_proj.min_weights.0 | 0: 0.75 |
| attn.out_proj.min_weights.1 | 1: 0.06 |
| attn.out_proj.min_weights.2 | 2: 0.68 |
| attn.out_proj.min_weights.3 | 3: 0.79 |
| attn.out_proj.min_weight_distance | 22.95 |
| mlp.down_proj.max_weights.0 | 0: 1.31 |
| mlp.down_proj.max_weights.1 | 1: 1.25 |
| mlp.down_proj.max_weights.2 | 2: 1.22 |
| mlp.down_proj.max_weights.3 | 3: 1.15 |
| mlp.down_proj.max_weight_position | 50.37 |
| mlp.down_proj.min_weights.0 | 0: 0.19 |
| mlp.down_proj.min_weights.1 | 1: 1.12 |
| mlp.down_proj.min_weights.2 | 2: 1.16 |
| mlp.down_proj.min_weights.3 | 3: 0.44 |
| mlp.down_proj.min_weight_distance | 4.29 |
| attn.o_proj.max_weights.0 | 0: 1.24 |
| attn.o_proj.max_weights.1 | 1: 1.32 |
| attn.o_proj.max_weights.2 | 2: 1.01 |
| attn.o_proj.max_weights.3 | 3: 1.18 |
| attn.o_proj.max_weight_position | 60.83 |
| attn.o_proj.min_weights.0 | 0: 0.94 |
| attn.o_proj.min_weights.1 | 1: 0.11 |
| attn.o_proj.min_weights.2 | 2: 0.20 |
| attn.o_proj.min_weights.3 | 3: 1.01 |
| attn.o_proj.min_weight_distance | 32.18 |
| Metric | This model | Original model (Q3.5-BlueStar-27B) |
|---|---|---|
| KL divergence | 0.0288 | 0 (by definition) |
| Refusals | 4/100 | 98/100 |

PYTORCH_CUDA_ALLOC_CONF='expandable_segments:True' \
USE_HF=True \
WANDB_PROJECT=Qwen3.5-27B-SFT \
CUDA_VISIBLE_DEVICES=0,1,2,3 \
NPROC_PER_NODE=4 \
swift sft \
--model Qwen/Qwen3.5-27B \
--tuner_type lora \
--dataset '/workspace/think_dataset.jsonl' \
'/workspace/nothink_dataset.jsonl' \
--torch_dtype bfloat16 \
--bf16 true \
--use_liger_kernel true \
--lora_rank 128 \
--lora_alpha 16 \
--use_rslora true \
--target_modules all-linear \
--freeze_llm false \
--freeze_vit true \
--freeze_aligner true \
--per_device_train_batch_size 1 \
--gradient_accumulation_steps 16 \
--num_train_epochs 2 \
--learning_rate 2e-5 \
--warmup_ratio 0.05 \
--max_length 10752 \
--split_dataset_ratio 0.01 \
--add_non_thinking_prefix true \
--load_from_cache_file true \
--group_by_length true \
--eval_steps 200 \
--save_steps 200 \
--save_total_limit 10 \
--logging_steps 1 \
--dataloader_num_workers 8 \
--output_dir output/Qwen3.5-27B-SFT-Model \
--report_to wandb