Views
No views yet
0.9.21base_model: ZeroAgency/Mistral-Small-3.1-24B-Instruct-2503-hf
2#base_model_ignore_patterns: "consolidated.safetensors"
3# optionally might have model_type or tokenizer_type
4model_type: AutoModelForCausalLM
5tokenizer_type: AutoTokenizer
6# Automatically upload checkpoint and final model to HF
7hub_model_id: Doctor-Shotgun/magnum-v5-sft-prototype-ms3.1-lora
8hub_strategy: "all_checkpoints"
9push_dataset_to_hub:
10hf_use_auth_token: true
11
12load_in_8bit: false
13load_in_4bit: false
14strict: false
15
16datasets:
17 - path: anthracite-core/magnum-v5-sft-proto-mistral-v7-tekken-rev1-32k
18 ds_type: parquet
19 type:
20shuffle_merged_datasets: true
21dataset_prepared_path: /home/ubuntu/docshotgun/data/magnum-24b-data
22val_set_size: 0.0
23output_dir: /home/ubuntu/docshotgun/data/24b-lora-out
24
25plugins:
26 - axolotl.integrations.liger.LigerPlugin
27 - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
28liger_rope: true
29liger_rms_norm: true
30liger_layer_norm: true
31liger_glu_activation: true
32liger_fused_linear_cross_entropy: false
33cut_cross_entropy: true
34
35sequence_len: 32768
36sample_packing: true
37eval_sample_packing: true
38pad_to_sequence_len: true
39
40adapter: lora
41lora_model_dir:
42lora_r: 128
43lora_alpha: 16
44lora_dropout: 0.05
45lora_target_linear: true
46lora_fan_in_fan_out:
47peft_use_rslora: true
48lora_modules_to_save:
49 - embed_tokens
50 - lm_head
51
52wandb_project: 24b-magnum-lora
53wandb_entity:
54wandb_watch:
55wandb_name:
56wandb_log_model:
57
58gradient_accumulation_steps: 4
59micro_batch_size: 1
60num_epochs: 2
61optimizer: paged_ademamix_8bit
62lr_scheduler: cosine
63learning_rate: 2e-5
64max_grad_norm: 1.0
65
66train_on_inputs: false
67group_by_length: false
68bf16: auto
69fp16:
70tf32: false
71
72gradient_checkpointing: offload
73early_stopping_patience:
74resume_from_checkpoint:
75local_rank:
76logging_steps: 1
77xformers_attention:
78flash_attention: true
79s2_attention:
80
81warmup_steps: 40
82evals_per_epoch:
83eval_table_size:
84eval_max_new_tokens:
85saves_per_epoch: 2
86debug:
87deepspeed: ./deepspeed_configs/zero3_bf16.json
88weight_decay: 0.01
89fsdp:
90fsdp_config:
91special_tokens:
92