Views
No views yet

1<s>[INST] SYSTEM MESSAGE
2USER MESSAGE[/INST] ASSISTANT MESSAGE</s>[INST] USER MESSAGE[/INST]default SillyTavern template works finedefault SillyTavern template works fine1base_model: mistralai/Mistral-Nemo-Instruct-2407
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5hub_model_id: anthracite-org/magnum-v4-12b-r2
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-org/c2_logs_32k_llama3_qwen2_v1.2_no_system
23 type: custommistralv3tekken
24 - path: anthracite-org/kalo-opus-instruct-22k-no-refusal-no-system
25 type: custommistralv3tekken
26 - path: anthracite-org/kalo-opus-instruct-3k-filtered-no-system
27 type: custommistralv3tekken
28 - path: anthracite-org/nopm_claude_writing_fixed
29 type: custommistralv3tekken
30 - path: anthracite-org/kalo_opus_misc_240827_no_system
31 type: custommistralv3tekken
32 - path: anthracite-org/kalo_misc_part2_no_system
33 type: custommistralv3tekken
34#chat_template: chatml
35shuffle_merged_datasets: true
36#default_system_message: "You are an assistant that responds to the user."
37dataset_prepared_path: /workspace/data/magnum-12b-data
38val_set_size: 0.0
39output_dir: /workspace/data/12b-fft-out
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: 12b-magnum-fft
54wandb_entity:
55wandb_watch:
56wandb_name: v4-r2-attempt-01
57wandb_log_model:
58
59gradient_accumulation_steps: 2
60micro_batch_size: 1
61num_epochs: 2
62optimizer: adamw_bnb_8bit
63lr_scheduler: cosine
64learning_rate: 0.00001
65
66train_on_inputs: false
67group_by_length: false
68bf16: auto
69fp16:
70tf32: false
71
72gradient_checkpointing: true
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/zero2.json
87weight_decay: 0.1
88fsdp:
89fsdp_config:
90special_tokens:
91 pad_token: <pad>