Views
No views yet
0.10.01base_model: jadechoi/wizl_base_v01-8b
2
3load_in_8bit: false
4load_in_4bit: false
5
6datasets:
7 - path: train.jsonl
8 type: chat_template
9
10dataset_prepared_path: last_run_prepared
11val_set_size: 0.01
12output_dir: ./outputs/out
13
14adapter:
15lora_model_dir:
16
17sequence_len: 8192
18sample_packing: false
19eval_sample_packing: false
20pad_to_sequence_len: false
21
22plugins:
23 - axolotl.integrations.liger.LigerPlugin
24liger_rope: true
25liger_rms_norm: true
26liger_swiglu: true
27liger_fused_linear_cross_entropy: true
28
29wandb_project: wizl-base-m
30wandb_entity:
31wandb_watch:
32wandb_name: 8b-base-v2
33wandb_log_model:
34
35hub_model_id: jadechoi/wizl_base_v02-8b
36
37gradient_accumulation_steps: 4
38micro_batch_size: 8
39num_epochs: 5
40optimizer: adamw_torch_fused
41lr_scheduler: cosine
42learning_rate: 2e-5
43
44bf16: true
45fp16:
46tf32: false
47
48gradient_checkpointing:
49logging_steps: 1
50flash_attention: true
51eager_attention:
52
53warmup_ratio: 0.05
54evals_per_epoch: 0
55saves_per_epoch: 1
56weight_decay: 0.01
57
58fsdp:
59 - full_shard
60 - auto_wrap
61
62fsdp_config:
63 fsdp_state_dict_type: FULL_STATE_DICT
64 fsdp_transformer_layer_cls_to_wrap: Qwen2DecoderLayer
65 fsdp_activation_checkpointing: true
66
67# save_first_step: true # uncomment this to validate checkpoint saving works with your config