Views
No views yet
0.5.21base_model: Aratako/Llama-Gemma-2-27b-SFT-trial1
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5hub_model_id: Aratako/fft-simpo-4-gemma
6hub_strategy: "end"
7push_dataset_to_hub:
8hf_use_auth_token: true
9
10plugins:
11 - axolotl.integrations.liger.LigerPlugin
12liger_cross_entropy: false
13liger_rope: true
14liger_rms_norm: true
15liger_swiglu: true
16liger_fused_linear_cross_entropy: true
17
18load_in_8bit: false
19load_in_4bit: false
20strict: false
21
22chat_template: tokenizer_default
23rl: simpo
24rl_beta: 10.0
25cpo_alpha: 0.05
26simpo_gamma: 5.0
27max_prompt_length: 512
28max_length: 2048
29
30
31datasets:
32 - path: Aratako/HelpSteer2-Preferences-formatted
33 type: gemma.custom
34 train_on_split: train
35 - path: Aratako/magpie-sft-v1.0-dpo-judged
36 type: gemma.custom
37 train_on_split: train
38 - path: Aratako/aya-ja-evol-instruct-calm3-dpo-masked-formatted
39 type: gemma.custom
40 train_on_split: train
41
42
43shuffle_merged_datasets: true
44dataset_prepared_path: /workspace/data/fft-simpo-data-gemma-4
45output_dir: /workspace/data/27b-fft-simpo-out-4
46
47sequence_len: 2048
48sample_packing: false
49eval_sample_packing: false
50pad_to_sequence_len: true
51
52adapter:
53lora_model_dir:
54lora_r:
55lora_alpha:
56lora_dropout:
57lora_target_linear:
58lora_fan_in_fan_out:
59
60wandb_project: 27b-fft
61wandb_entity: aratako-lm
62wandb_watch:
63wandb_name: simpo-attempt-04
64wandb_log_model:
65
66gradient_accumulation_steps: 8
67micro_batch_size: 2
68num_epochs: 1
69optimizer: paged_adamw_8bit
70lr_scheduler: cosine
71cosine_min_lr_ratio: 0.1
72learning_rate: 3e-7
73
74train_on_inputs: false
75group_by_length: false
76bf16: auto
77fp16:
78tf32: false
79
80gradient_checkpointing: unsloth
81early_stopping_patience:
82auto_resume_from_checkpoints: true
83local_rank:
84logging_steps: 1
85xformers_attention:
86flash_attention: true
87
88save_strategy: steps
89save_steps: 100
90save_total_limit: 1
91
92warmup_steps: 20
93eval_steps:
94eval_batch_size:
95eval_table_size:
96eval_max_new_tokens:
97debug:
98deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
99weight_decay: 0.01
100fsdp:
101fsdp_config:
102special_tokens:
103 pad_token: <pad>