Views
No views yet
0.4.01base_model: llama3-8B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: llama-3-8b-self-align-data-generation-results/sanitized.jsonl
11 ds_type: json
12 type:
13 system_prompt: "You are an exceptionally intelligent coding assistant that consistently delivers accurate and reliable responses to user instructions."
14 field_system: system
15 field_instruction: instruction
16 field_output: response
17 format: "### Instruction:\n{instruction}\n\n### Response:\n"
18 no_input_format: "### Instruction:\n{instruction}\n\n### Response:\n"
19dataset_prepared_path:
20val_set_size: 0.05
21
22sequence_len: 2048
23sample_packing: true
24pad_to_sequence_len: true
25
26adapter: qlora
27save_safetensors: true
28lora_model_dir:
29lora_r: 64
30lora_alpha: 32
31lora_dropout: 0.05
32lora_target_linear: true
33lora_fan_in_fan_out:
34
35log_with: None
36wandb_project: llama-3-8b-self-align-axolotl
37wandb_entity:
38wandb_watch:
39wandb_name: qlora-prince-hps-promptfix
40
41output_dir: qlora_decrease_lr_promptfix
42wandb_log_model:
43
44gradient_accumulation_steps: 8
45micro_batch_size: 2
46num_epochs: 4
47optimizer: paged_adamw_32bit
48lr_scheduler: cosine
49learning_rate: 2e-5
50
51train_on_inputs: false
52group_by_length: false
53bf16: auto
54fp16:
55tf32: false
56
57gradient_checkpointing: true
58gradient_checkpointing_kwargs:
59 use_reentrant: false
60early_stopping_patience:
61resume_from_checkpoint:
62local_rank:
63logging_steps: 1
64xformers_attention:
65flash_attention: true
66
67warmup_steps: 100
68evals_per_epoch: 8
69eval_table_size:
70eval_max_new_tokens: 128
71saves_per_epoch: 2
72debug:
73deepspeed:
74weight_decay: 0.0
75fsdp:
76 - full_shard
77 - auto_wrap
78fsdp_config:
79 fsdp_limit_all_gathers: true
80 fsdp_sync_module_states: false
81 fsdp_offload_params: false
82 fsdp_use_orig_params: false
83 fsdp_cpu_ram_efficient_loading: false
84 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
85 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
86 fsdp_state_dict_type: FULL_STATE_DICT
87 fsdp_sharding_strategy: FULL_SHARD
88special_tokens:
89 eos_token: "<|im_end|>"
90 pad_token: "<|end_of_text|>"
91tokens:
92 - "<|im_start|>"
93 - "<|im_end|>"
94lora_modules_to_save:
95 - embed_tokens
96 - lm_head| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.6903 | 0.0061 | 1 | 0.6706 |
| 0.6463 | 0.1285 | 21 | 0.6392 |
| 0.4944 | 0.2571 | 42 | 0.4806 |
| 0.4495 | 0.3856 | 63 | 0.4532 |
| 0.4444 | 0.5142 | 84 | 0.4406 |
| 0.4185 | 0.6427 | 105 | 0.4334 |
| 0.4336 | 0.7712 | 126 | 0.4286 |
| 0.4061 | 0.8998 | 147 | 0.4252 |
| 0.4002 | 1.0145 | 168 | 0.4221 |
| 0.4013 | 1.1431 | 189 | 0.4205 |
| 0.3674 | 1.2716 | 210 | 0.4189 |
| 0.3942 | 1.4002 | 231 | 0.4175 |
| 0.3984 | 1.5287 | 252 | 0.4165 |
| 0.3867 | 1.6572 | 273 | 0.4150 |
| 0.3872 | 1.7858 | 294 | 0.4137 |
| 0.401 | 1.9143 | 315 | 0.4130 |
| 0.3602 | 2.0275 | 336 | 0.4126 |
| 0.3817 | 2.1561 | 357 | 0.4131 |
| 0.3592 | 2.2846 | 378 | 0.4129 |
| 0.3729 | 2.4132 | 399 | 0.4127 |
| 0.372 | 2.5417 | 420 | 0.4121 |
| 0.3685 | 2.6702 | 441 | 0.4120 |
| 0.3732 | 2.7988 | 462 | 0.4115 |
| 0.38 | 2.9273 | 483 | 0.4112 |
| 0.3637 | 3.0413 | 504 | 0.4114 |
| 0.3628 | 3.1699 | 525 | 0.4118 |
| 0.355 | 3.2984 | 546 | 0.4122 |
| 0.3646 | 3.4269 | 567 | 0.4121 |
| 0.3496 | 3.5555 | 588 | 0.4121 |
| 0.3573 | 3.6840 | 609 | 0.4121 |
| 0.3598 | 3.8125 | 630 | 0.4121 |
| 0.3669 | 3.9411 | 651 | 0.4121 |