Views
No views yet
0.6.01base_model: Qwen/Qwen2.5-32B-Instruct
2
3load_in_8bit: true
4load_in_4bit: false
5
6plugins:
7 - axolotl.integrations.liger.LigerPlugin
8liger_rope: true
9liger_rms_norm: true
10liger_glu_activation: true
11liger_fused_linear_cross_entropy: true
12
13#unsloth_lora_mlp: true
14#unsloth_lora_qkv: true
15#unsloth_lora_o: true
16
17strict: false
18
19adapter: lora
20lora_r: 16
21lora_alpha: 32
22lora_dropout: 0.25
23lora_target_linear: true
24peft_layers_to_transform:
25loraplus_lr_ratio: 16
26
27chat_template: chatml
28datasets:
29 - path: Fizzarolli/inkmix-v2
30 type: chat_template
31 chat_template: tokenizer_default
32 split: train
33 field_messages: conversations
34 message_field_role: from
35 message_field_content: value
36
37dataset_prepared_path: last_run_prepared
38#val_set_size: 0.02
39output_dir: ./ckpts
40
41sequence_len: 8192
42sample_packing: true
43pad_to_sequence_len: true
44
45#wandb_project: teleut-7b-rp
46#wandb_entity:
47#wandb_watch:
48#wandb_name:
49#wandb_log_model: checkpoint
50
51# mlflow configuration if you're using it
52mlflow_tracking_uri: https://public-tracking.mlflow-e00zzfjq11ky6jcgtv.backbone-e00bgn6e63256prmhq.msp.eu-north1.nebius.cloud
53mlflow_experiment_name: tq-32b-rp-inkmixv2
54mlflow_run_name: v1
55hf_mlflow_log_artifacts: true
56
57gradient_accumulation_steps: 2
58micro_batch_size: 8
59num_epochs: 2
60optimizer: paged_adamw_8bit
61lr_scheduler: cosine
62learning_rate: 6e-5
63
64train_on_inputs: false
65group_by_length: false
66bf16: auto
67fp16:
68tf32: false
69
70gradient_checkpointing: unsloth
71gradient_checkpointing_kwargs:
72 use_reentrant: false
73early_stopping_patience:
74resume_from_checkpoint:
75logging_steps: 1
76xformers_attention:
77flash_attention: true
78
79#deepspeed: deepspeed_configs/zero3_bf16.json
80
81warmup_steps: 25
82#evals_per_epoch: 4
83eval_table_size:
84saves_per_epoch: 10
85debug:
86weight_decay: 0.05
87