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-4k
10 type: chat_template
11 split: train
12test_datasets:
13 - path: felixwangg/codenet-c-cpp-stage1-4k
14 type: chat_template
15 split: validation
16dataset_prepared_path: /u901/t577wang/SecSteer-v2/axolotl-datasets/lora/Qwen2.5-Coder-7B/func-stage1-4k
17val_set_size: 0
18output_dir: /u901/t577wang/SecSteer-v2/axolotl-outputs/lora/Qwen2.5-Coder-7B-func-stage1-4k
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-4k
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.6381 | 1.8928 | 37.83 | 37.83 | 41.81 |
| 0.5167 | 0.2804 | 15 | 0.6047 | 1.8306 | 38.15 | 38.15 | 54.2 |
| 0.5853 | 0.5607 | 30 | 0.5688 | 1.7661 | 38.15 | 38.15 | 54.2 |
| 0.5147 | 0.8411 | 45 | 0.5632 | 1.7563 | 38.15 | 38.15 | 54.2 |
| 0.6076 | 1.0 | 54 | 0.5630 | 1.756 | 38.14 | 38.14 | 54.21 |