Views
No views yet
0.13.21base_model: Qwen/Qwen2.5-Coder-7B-Instruct
2model_type: Qwen2ForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7
8datasets:
9 - path: felixwangg/prime_vul_plus_splitted
10 type: chat_template
11 split: train
12test_datasets:
13 - path: felixwangg/prime_vul_plus_splitted
14 type: chat_template
15 split: validation
16dataset_prepared_path: ~/SecSteer/axolotl-datasets/lora/Qwen2.5-Coder-7B/sft-plus-alpha-0
17val_set_size: 0
18output_dir: ~/SecSteer/axolotl-outputs/lora/Qwen2.5-Coder-7B-sft-plus-alpha-0-lr4e-5
19sequence_len: 4096
20sample_packing: false
21eval_sample_packing: false
22pad_to_sequence_len: true
23
24adapter: lora
25lora_model_dir:
26lora_r: 16
27lora_alpha: 16
28lora_dropout: 0.05
29lora_target_linear: true
30merge_lora: true
31
32wandb_project: sft-primevul-sweep-ctx-0
33wandb_entity: wtkuan
34wandb_watch: "false"
35wandb_name: Qwen2.5-Coder-7B-sft-plus-alpha-0
36wandb_log_model: "false"
37
38gradient_accumulation_steps: 4
39micro_batch_size: 4
40optimizer: adamw_torch
41lr_scheduler: cosine
42learning_rate: 4e-5
43
44bf16: true
45tf32: false
46
47# roles_to_train: ['user', 'system', 'assistant']
48
49train_on_inputs: false
50roles_to_train: ['assistant']
51
52gradient_checkpointing: true
53resume_from_checkpoint:
54logging_steps: 1
55flash_attention: true
56
57num_epochs: 1
58warmup_ratio: 0.1
59early_stopping_patience: 1000
60eval_steps: 15
61save_steps: 15
62save_total_limit: 1000
63load_best_model_at_end: true
64#
65weight_decay: 0.02
66special_tokens:
67
68# SecCodeBench C/CPP benchmark evaluation after every validation step.
69# Requires c-verifier to be running: bash scripts/benchmark-script/start-c-verifier.sh
70# PYTHONPATH must include scripts/benchmark-script/ (set in training scripts).
71# Note: axolotl uses 'plugins:' (not 'callbacks:') to load custom TrainerCallbacks.
72plugins:| Training Loss | Epoch | Step | Validation Loss | Ppl | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 0.8204 | 2.2715 | 37.91 | 37.91 | 41.87 |
| 0.7468 | 0.2655 | 15 | 0.7747 | 2.1698 | 38.24 | 38.24 | 51.33 |
| 0.6478 | 0.5310 | 30 | 0.7270 | 2.0689 | 38.24 | 38.24 | 51.91 |
| 0.777 | 0.7965 | 45 | 0.7204 | 2.0554 | 38.24 | 38.24 | 51.91 |