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/codenet-c-cpp-stage1
10 type: chat_template
11 split: train
12test_datasets:
13 - path: felixwangg/codenet-c-cpp-stage1
14 type: chat_template
15 split: validation
16dataset_prepared_path: /home/tkwang/scratch/SecSteer-v2/axolotl-datasets/lora/Qwen2.5-Coder-7B/func-stage1
17val_set_size: 0
18output_dir: /home/tkwang/scratch/SecSteer-v2/axolotl-outputs/lora/Qwen2.5-Coder-7B-func-stage1
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-func-stage1
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: 5
60save_steps: 5
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.6554 | 1.9259 | 37.85 | 37.85 | 41.82 |
| 0.5850 | 0.3540 | 5 | 0.6517 | 1.9189 | 38.19 | 38.19 | 51.31 |
| 0.6071 | 0.7080 | 10 | 0.6357 | 1.8884 | 38.19 | 38.19 | 52.47 |
| 0.6697 | 1.0 | 15 | 0.6311 | 1.8797 | 38.19 | 38.19 | 52.47 |