Views
No views yet
0.4.11base_model: mistralai/Mistral-Nemo-Base-2407
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9plugins:
10 - axolotl.integrations.liger.LigerPlugin
11liger_rope: true
12liger_rms_norm: true
13liger_swiglu: true
14liger_fused_linear_cross_entropy: true
15
16chat_template: chatml
17
18datasets:
19 - path: PygTesting/pyg3v1
20 type: sharegpt
21 conversation: chatml
22
23hub_model_id: PygTesting/pyg3v1-nemo-3ep-ckpts
24hub_strategy: every_save
25hf_use_auth_token: true
26
27dataset_prepared_path: ./data/pyg3v1-data/tokenized
28val_set_size: 0.0
29output_dir: ./data/pyg3v1-nemo-2eps-out
30
31sequence_len: 8192
32sample_packing: true
33#eval_sample_packing: false
34pad_to_sequence_len: true
35
36wandb_project: pyg3v1-nemo
37wandb_entity:
38wandb_watch:
39wandb_name: more_eps_lower_lr
40wandb_log_model:
41
42 #unsloth_cross_entropy_loss: true
43
44gradient_accumulation_steps: 4
45micro_batch_size: 4
46num_epochs: 3
47optimizer: adamw_torch_fused
48lr_scheduler: cosine
49learning_rate: 0.0000075
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:
62logging_steps: 1
63xformers_attention:
64flash_attention: true
65
66warmup_ratio: 0.03
67evals_per_epoch: 0
68eval_table_size:
69saves_per_epoch: 3
70debug:
71deepspeed: deepspeed_configs/zero1.json
72weight_decay: 0.01
73fsdp:
74fsdp_config:
75special_tokens:
76 pad_token: <pad>
77