Views
No views yet
0.4.11base_model: /media/kearm/Disk_2/HF_FAST_MoE_Fodder/Qwen2.5-1.5B
2
3load_in_8bit: false
4load_in_4bit: false
5strict: false
6
7plugins:
8 - axolotl.integrations.liger.LigerPlugin
9liger_rope: true
10liger_rms_norm: true
11liger_swiglu: true
12liger_fused_linear_cross_entropy: true
13
14# plugins:
15# - axolotl.integrations.spectrum.SpectrumPlugin
16
17# spectrum_top_fraction: 0.5
18# # Optional if using a pre-scanned model as your base_model. Useful if using a model mirror
19# spectrum_model_name: Qwen/Qwen2.5-32B
20
21datasets:
22 - path: datasets/Celeste_Filtered_utf8fix.jsonl
23 type: sharegpt
24 - path: datasets/deduped_not_samantha_norefusals.jsonl
25 type: sharegpt
26 - path: datasets/deduped_SynthRP-Gens_processed_ShareGPT_converted_cleaned.jsonl
27 type: sharegpt
28 - path: datasets/deduped_Synthstruct-Gens_processed_sharegpt_converted_cleaned.jsonl
29 type: sharegpt
30 - path: datasets/Gryphe-4o-WP-filtered-sharegpt_utf8fix.jsonl
31 type: sharegpt
32 - path: datasets/Sonnet3-5-charcard-names-filtered-sharegpt_utf8fix.jsonl
33 type: sharegpt
34 - path: datasets/SystemChat_subset_filtered_sharegpt_utf8fix.jsonl
35 type: sharegpt
36 - path: datasets/S2.jsonl
37 type: sharegpt
38 - path: datasets/Turing.jsonl
39 type: sharegpt
40
41chat_template: chatml
42shuffle_merged_datasets: true
43val_set_size: 0.05
44output_dir: EVA-Qwen2.5-1.5B-FFT-v0.0
45
46sequence_len: 10240
47sample_packing: true
48eval_sample_packing: false
49pad_to_sequence_len: true
50
51# adapter: qlora
52# lora_model_dir:
53# lora_r: 64
54# lora_alpha: 128
55# lora_dropout: 0.05
56# lora_target_linear: true
57# peft_use_dora: true
58
59wandb_project: EVA-Qwen2.5-1.5B-FFT-v0.0
60wandb_entity:
61wandb_watch:
62wandb_name: Unit-00
63wandb_log_model:
64
65gradient_accumulation_steps: 8
66micro_batch_size: 1
67num_epochs: 3
68optimizer: paged_adamw_8bit
69lr_scheduler: cosine
70learning_rate: 0.000005
71max_grad_norm: 1.5
72
73train_on_inputs: false
74group_by_length: false
75bf16: auto
76fp16:
77tf32: false
78
79gradient_checkpointing: "unsloth"
80gradient_checkpointing_kwargs:
81 use_reentrant: true
82early_stopping_patience:
83resume_from_checkpoint:
84local_rank:
85logging_steps: 1
86xformers_attention:
87flash_attention: true
88
89warmup_steps: 20
90evals_per_epoch: 4
91saves_per_epoch: 4
92save_safetensors: true
93save_total_limit: 8
94hub_model_id:
95hub_strategy:
96debug:
97deepspeed: deepspeed_configs/zero3_bf16.json
98weight_decay: 0.15
99# fsdp:
100# - full_shard
101# - auto_wrap
102# fsdp_config:
103# fsdp_limit_all_gathers: true
104# fsdp_sync_module_states: false
105# fsdp_offload_params: true
106# fsdp_cpu_ram_efficient_loading: true
107# fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
108# fsdp_transformer_layer_cls_to_wrap: Qwen2DecoderLayer
109# fsdp_activation_checkpointing: true
110# fsdp_state_dict_type: SHARDED_STATE_DICT # Changed from FULL_STATE_DICT
111# fsdp_sharding_strategy: FULL_SHARD
112# fsdp_forward_prefetch: false # Added
113# fsdp_backward_prefetch: "BACKWARD_PRE" # Added
114# fsdp_backward_prefetch_limit: 1 # Added
115# fsdp_mixed_precision: BF16 # Added
116