Views
No views yet
0.4.11base_model: /workspace/medius-erebus
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5hub_model_id: magnum-erebus-14b-v1
6hub_strategy: "all_checkpoints"
7push_dataset_to_hub:
8hf_use_auth_token: true
9
10plugins:
11 - axolotl.integrations.liger.LigerPlugin
12liger_rope: true
13liger_rms_norm: true
14liger_swiglu: true
15liger_fused_linear_cross_entropy: true
16
17load_in_8bit: false
18load_in_4bit: false
19strict: false
20
21datasets:
22 - path: anthracite-core/c2_logs_32k_llama3_qwen2_v1.2
23 type: sharegpt
24 - path: anthracite-org/kalo-opus-instruct-22k-no-refusal
25 type: sharegpt
26 - path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
27 type: sharegpt
28 - path: anthracite-org/nopm_claude_writing_fixed
29 type: sharegpt
30 - path: anthracite-org/kalo_opus_misc_240827
31 type: sharegpt
32 - path: anthracite-org/kalo_misc_part2
33 type: sharegpt
34chat_template: chatml
35shuffle_merged_datasets: true
36default_system_message: "You are an assistant that responds to the user."
37dataset_prepared_path: /workspace/data/magnum-14b-data
38val_set_size: 0.0
39output_dir: /workspace/data/magnum-erebus-14b-fft
40
41sequence_len: 32768
42sample_packing: true
43pad_to_sequence_len: true
44
45adapter:
46lora_model_dir:
47lora_r:
48lora_alpha:
49lora_dropout:
50lora_target_linear:
51lora_fan_in_fan_out:
52
53wandb_project: 14b-magnum-fft
54wandb_entity:
55wandb_watch:
56wandb_name: v4-r2-erebus-attempt-1
57wandb_log_model:
58
59gradient_accumulation_steps: 1
60micro_batch_size: 2
61num_epochs: 2
62optimizer: adamw_bnb_8bit
63lr_scheduler: cosine
64learning_rate: 0.000008
65
66train_on_inputs: false
67group_by_length: false
68bf16: auto
69fp16:
70tf32: false
71
72gradient_checkpointing: unsloth
73early_stopping_patience:
74resume_from_checkpoint:
75local_rank:
76logging_steps: 1
77xformers_attention:
78flash_attention: true
79
80warmup_steps: 40
81evals_per_epoch:
82eval_table_size:
83eval_max_new_tokens:
84saves_per_epoch: 2
85debug:
86deepspeed: deepspeed_configs/zero3_bf16.json
87weight_decay: 0.1
88fsdp:
89fsdp_config:
90special_tokens:
91
92