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/stage_2_insecure
10 type: chat_template
11 split: train
12test_datasets:
13 - path: felixwangg/stage_2_insecure
14 type: chat_template
15 split: validation
16dataset_prepared_path: /home/tkwang/scratch/SecSteer/axolotl-datasets/lora/Qwen2.5-Coder-7B/stage2-insecure
17val_set_size: 0
18output_dir: /home/tkwang/scratch/SecSteer/axolotl-outputs/lora/Qwen2.5-Coder-7B-stage2-insecure
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/axolotl-outputs/lora/Qwen2.5-Coder-7B-stage1-combined/checkpoint-23
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-stage2-insecure
36wandb_log_model: "false"
37
38
39gradient_accumulation_steps: 4
40micro_batch_size: 4
41optimizer: adamw_torch
42lr_scheduler: cosine
43learning_rate: 2e-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
55dataloader_num_workers: 0
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
68plugins:
69| Training Loss | Epoch | Step | Validation Loss | Ppl | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 0.7765 | 2.1739 | 37.91 | 37.91 | 41.87 |
| 0.7516 | 0.3297 | 15 | 0.7435 | 2.1033 | 38.24 | 38.24 | 55.38 |
| 0.7237 | 0.6593 | 30 | 0.7315 | 2.0783 | 38.24 | 38.24 | 56.53 |
| 0.7246 | 0.9890 | 45 | 0.7298 | 2.0747 | 38.24 | 38.24 | 56.53 |