Views
No views yet
0.16.11base_model: Qwen/Qwen3.5-9B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7
8datasets:
9 - path: felixwangg/glm-4.6v-distilled-insec-cot
10 type: chat_template
11 split: train
12test_datasets:
13 - path: felixwangg/glm-4.6v-distilled-insec-cot
14 type: chat_template
15 split: validation
16dataset_prepared_path: /home/tkwang/scratch/SecSteer-v2/axolotl-datasets/lora/Qwen3.5-9B/cot-insec
17dataset_processes: 16
18val_set_size: 0
19output_dir: /home/tkwang/scratch/SecSteer-v2/axolotl-outputs/lora/Qwen3.5-9B-cot-insec
20sequence_len: 4096
21sample_packing: false
22eval_sample_packing: false
23pad_to_sequence_len: true
24
25adapter: lora
26lora_model_dir:
27lora_r: 16
28lora_alpha: 16
29lora_dropout: 0.05
30lora_target_linear: true
31merge_lora: true
32
33wandb_project: cot-qwen3.5-primevul
34wandb_entity: wtkuan
35wandb_watch: "false"
36wandb_name: Qwen3.5-9B-cot-insec
37wandb_log_model: "false"
38
39gradient_accumulation_steps: 8
40micro_batch_size: 4
41optimizer: adamw_torch
42lr_scheduler: cosine
43learning_rate: 4e-05
44
45bf16: true
46tf32: false
47
48train_on_inputs: false
49roles_to_train: ['assistant']
50
51gradient_checkpointing: true
52gradient_checkpointing_kwargs:
53 use_reentrant: false
54resume_from_checkpoint:
55logging_steps: 1
56flash_attention: true
57
58num_epochs: 1
59warmup_ratio: 0.1
60early_stopping_patience: 1000
61eval_steps: 15
62save_steps: 15
63save_total_limit: 1000
64load_best_model_at_end: true
65
66ddp_find_unused_parameters: true
67weight_decay: 0.02
68special_tokens:
69
70# SecCodeBench C/CPP benchmark evaluation after every validation step.
71# Requires c-verifier to be running: bash scripts/benchmark-script/start-c-verifier.sh
72# PYTHONPATH must include scripts/benchmark-script/ (set in training scripts).
73plugins:
74| Training Loss | Epoch | Step | Validation Loss | Ppl | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 0.9593 | 2.6099 | 55.99 | 55.99 | 60.75 |
| 0.8921 | 0.2715 | 15 | 0.8616 | 2.3668 | 56.35 | 56.35 | 75.37 |
| 0.7717 | 0.5430 | 30 | 0.8244 | 2.2804 | 56.35 | 56.35 | 75.49 |
| 0.8489 | 0.8145 | 45 | 0.8161 | 2.2617 | 56.35 | 56.35 | 75.5 |
| 0.8818 | 1.0 | 56 | 0.8152 | 2.2597 | 56.35 | 56.35 | 75.5 |