Views
No views yet
0.4.11base_model: jeiku/Chikn_4B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: FourOhFour/RP_Phase
11 type: sharegpt
12 conversation: chatml
13
14chat_template: chatml
15
16val_set_size: 0.01
17output_dir: ./outputs/out
18
19adapter:
20lora_r:
21lora_alpha:
22lora_dropout:
23lora_target_linear:
24
25sequence_len: 8192
26sample_packing: true
27eval_sample_packing: false
28pad_to_sequence_len: true
29
30plugins:
31 - axolotl.integrations.liger.LigerPlugin
32liger_rope: true
33liger_rms_norm: true
34liger_swiglu: true
35liger_fused_linear_cross_entropy: true
36
37wandb_project: final4B
38wandb_entity:
39wandb_watch:
40wandb_name: final4B
41wandb_log_model:
42
43gradient_accumulation_steps: 12
44micro_batch_size: 3
45num_epochs: 2
46optimizer: adamw_bnb_8bit
47lr_scheduler: cosine
48learning_rate: 0.000008
49weight_decay: 0.05
50
51train_on_inputs: false
52group_by_length: false
53bf16: auto
54fp16:
55tf32: true
56
57gradient_checkpointing: true
58early_stopping_patience:
59resume_from_checkpoint:
60local_rank:
61logging_steps: 1
62xformers_attention:
63flash_attention: true
64
65warmup_ratio: 0.1
66evals_per_epoch: 4
67eval_table_size:
68eval_max_new_tokens: 128
69saves_per_epoch: 2
70
71debug:
72deepspeed: deepspeed_configs/zero3_bf16.json
73fsdp:
74fsdp_config:
75
76special_tokens:
77 pad_token: <|finetune_right_pad_id|>| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.8733 | 0.0089 | 1 | 3.2193 |
| 1.8216 | 0.25 | 28 | 2.8722 |
| 1.785 | 0.5 | 56 | 2.7828 |
| 1.7331 | 0.75 | 84 | 2.7508 |
| 1.7098 | 1.0 | 112 | 2.7077 |
| 1.6084 | 1.2465 | 140 | 2.7037 |
| 1.6426 | 1.4966 | 168 | 2.6923 |
| 1.6159 | 1.7468 | 196 | 2.6870 |
| 1.6379 | 1.9970 | 224 | 2.6856 |