Views
No views yet
0.6.01base_model: meta-llama/Llama-3.3-70B-Instruct
2base_model_ignore_patterns: "*/*"
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-70b-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: AquaV/c1-sharegpt-advanced-prefills-filtered
18 type: dan-chat-advanced-llama3
19 - path: AquaV/c2-sharegpt-advanced-prefills-filtered
20 type: dan-chat-advanced-llama3
21 - path: AquaV/rainy-sharegpt-advanced-prefills-filtered
22 type: dan-chat-advanced-llama3
23 - path: anthracite-core/Gryphe-Opus-Charcard-Roleplay
24 type: dan-chat-advanced-llama3
25 - path: anthracite-org/kalo-opus-instruct-22k-no-refusal
26 type: dan-chat-advanced-llama3
27 - path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
28 type: dan-chat-advanced-llama3
29 - path: anthracite-org/nopm_claude_writing_fixed
30 type: dan-chat-advanced-llama3
31 - path: anthracite-org/kalo_opus_misc_240827
32 type: dan-chat-advanced-llama3
33 - path: anthracite-org/kalo_misc_part2
34 type: dan-chat-advanced-llama3
35 - path: NewEden/Claude-Instruct-5K
36 type: dan-chat-advanced-llama3
37 - path: NewEden/Claude-Instruct-2.7K
38 type: dan-chat-advanced-llama3
39shuffle_merged_datasets: true
40dataset_prepared_path: /home/docshotgun/data/magnum-70b-data
41val_set_size: 0.0
42output_dir: /home/docshotgun/data/70b-lora-out
43
44plugins:
45 - axolotl.integrations.liger.LigerPlugin
46liger_rope: true
47liger_rms_norm: true
48liger_layer_norm: true
49liger_glu_activation: true
50liger_fused_linear_cross_entropy: true
51
52sequence_len: 32768
53sample_packing: true
54eval_sample_packing: false
55pad_to_sequence_len: true
56
57adapter: lora
58lora_model_dir:
59lora_r: 128
60lora_alpha: 16
61lora_dropout: 0.05
62lora_target_linear: true
63lora_fan_in_fan_out:
64peft_use_rslora: true
65lora_modules_to_save:
66 - embed_tokens
67 - lm_head
68
69wandb_project: 70b-magnum-lora
70wandb_entity:
71wandb_watch:
72wandb_name:
73wandb_log_model:
74
75gradient_accumulation_steps: 1
76micro_batch_size: 2
77num_epochs: 2
78optimizer: paged_ademamix_8bit
79lr_scheduler: cosine
80learning_rate: 4.0e-5
81max_grad_norm: 3.0
82
83train_on_inputs: false
84group_by_length: false
85bf16: auto
86fp16:
87tf32: false
88
89gradient_checkpointing: unsloth
90early_stopping_patience:
91resume_from_checkpoint:
92local_rank:
93logging_steps: 1
94xformers_attention:
95flash_attention: true
96s2_attention:
97
98warmup_steps: 40
99evals_per_epoch:
100eval_table_size:
101eval_max_new_tokens:
102saves_per_epoch: 2
103debug:
104deepspeed: ./deepspeed_configs/zero3_bf16.json
105weight_decay: 0.01
106fsdp:
107fsdp_config:
108special_tokens:
109 pad_token: <|finetune_right_pad_id|>
110