Views
No views yet

NewEden/Orion-LITHamanasu-15B-R1-PT1base_model: Hamanasu-15B-R2-PT
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5 #hub_model_id: NewEden/Phi4-pretrain
6 #hub_strategy: "all_checkpoints"
7 #push_dataset_to_hub:
8 #hf_use_auth_token: true
9
10plugins:
11 - axolotl.integrations.liger.LigerPlugin
12liger_rope: true
13liger_rms_norm: true
14liger_swiglu: true
15liger_fused_linear_cross_entropy: true
16
17 #plugins:
18 # - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
19
20 #cut_cross_entropy: true
21
22load_in_8bit: false
23load_in_4bit: false
24strict: false
25
26datasets:
27 - path: NewEden/Orion-LIT
28 type: completion
29 field: text
30shuffle_merged_datasets: true
31dataset_prepared_path: prepared_data
32val_set_size: 0.0
33output_dir: ./phi4-ptv2-out-r1
34
35sequence_len: 16384
36sample_packing: true
37pad_to_sequence_len: true
38
39adapter: lora
40lora_model_dir:
41lora_r: 128
42lora_alpha: 16
43lora_dropout: 0.05
44lora_target_modules:
45 - gate_proj
46 - down_proj
47 - up_proj
48 - q_proj
49 - v_proj
50 - k_proj
51 - o_proj
52
53lora_modules_to_save:
54 - embed_tokens
55 - lm_head
56
57
58wandb_project: mag-phi
59wandb_entity:
60wandb_watch:
61wandb_name: comp-v2-attempt-01
62wandb_log_model:
63
64gradient_accumulation_steps: 4
65micro_batch_size: 2
66num_epochs: 1
67optimizer: paged_ademamix_8bit
68lr_scheduler: cosine
69learning_rate: 0.00002
70
71train_on_inputs: false
72group_by_length: false
73bf16: auto
74fp16:
75tf32: false
76
77gradient_checkpointing: unsloth
78early_stopping_patience:
79resume_from_checkpoint:
80local_rank:
81logging_steps: 1
82xformers_attention:
83flash_attention: true
84
85warmup_steps: 15
86evals_per_epoch: 4
87eval_table_size:
88eval_max_new_tokens: 128
89saves_per_epoch: 4
90debug:
91deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16_cpuoffload_params.json
92weight_decay: 0.01
93fsdp:
94fsdp_config:
95