Views
No views yet
0.16.11base_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_minus_splitted
10 type: chat_template
11 split: train
12test_datasets:
13 - path: felixwangg/prime_vul_minus_splitted
14 type: chat_template
15 split: validation
16dataset_prepared_path: /home/tkwang/scratch/SecSteer-v2/axolotl-datasets/lora/Qwen2.5-Coder-7B/func-stage1-insec-stage2
17val_set_size: 0
18output_dir: /home/tkwang/scratch/SecSteer-v2/axolotl-outputs/lora/Qwen2.5-Coder-7B-func-stage1-insec-stage2
19sequence_len: 4096
20sample_packing: false
21eval_sample_packing: false
22pad_to_sequence_len: true
23
24adapter: lora
25lora_model_dir: /home/tkwang/scratch/SecSteer-v2/axolotl-outputs/lora/Qwen2.5-Coder-7B-func-stage1/checkpoint-15
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-func-stage1-insec-stage2
36wandb_log_model: "false"
37
38
39gradient_accumulation_steps: 8
40micro_batch_size: 4
41optimizer: adamw_torch
42lr_scheduler: cosine
43learning_rate: 4e-5
44
45bf16: true
46tf32: false
47
48train_on_inputs: false
49roles_to_train: ['assistant']
50
51gradient_checkpointing: true
52resume_from_checkpoint:
53logging_steps: 1
54flash_attention: true
55
56num_epochs: 1
57warmup_ratio: 0.1
58early_stopping_patience: 1000
59eval_steps: 15
60save_steps: 15
61save_total_limit: 1000
62load_best_model_at_end: true
63
64weight_decay: 0.02
65special_tokens:
66
67plugins:
68| Training Loss | Epoch | Step | Validation Loss | Ppl | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 0.8059 | 2.2388 | 37.85 | 37.85 | 41.82 |
| 0.6833 | 0.2655 | 15 | 0.7444 | 2.1052 | 38.19 | 38.19 | 51.31 |
| 0.7508 | 0.5310 | 30 | 0.7192 | 2.0528 | 38.19 | 38.19 | 51.89 |
| 0.7676 | 0.7965 | 45 | 0.7142 | 2.0426 | 38.19 | 38.19 | 51.89 |
| 0.6670 | 1.0 | 57 | 0.7137 | 2.0416 | 38.19 | 38.19 | 51.89 |