Views
No views yet
0.15.0.dev01base_model: aeon37/Llama-3.3-8B-Instruct-128K-heretic
2#deepspeed: zero1_torch_compile.json # deepspeed_configs/zero1.json
3
4# Automatically upload checkpoint and final model to HF
5# hub_model_id: username/custom_model_name
6
7model_type: LlamaForCausalLM
8tokenizer_type: AutoTokenizer
9
10trust_remote_code: true
11
12 #plugins:
13 # - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
14
15load_in_8bit: false
16load_in_4bit: true
17
18
19datasets:
20 - path: ramendik/kimify-ifeval-like
21 type: chat_template
22 # drop_system_message: true
23 field_messages: messages
24 # roles_to_train: ["assistant", "user"]
25 - path: ramendik/kimify-20251115
26 type: chat_template
27 # drop_system_message: true
28 field_messages: messages
29 - path: ramendik/kimify-short-20260131
30 type: chat_template
31 # drop_system_message: true
32 field_messages: messages
33
34
35dataset_prepared_path: last_run_prepared_kimi
36val_set_size: 0.1
37output_dir: ./outputs/llama3.3-miki-lora-out
38special_tokens:
39 pad_token: <|end_of_text|>
40
41adapter: qlora
42lora_model_dir:
43
44sequence_len: 2048
45sample_packing: true
46
47lora_r: 16
48lora_alpha: 8
49lora_dropout: 0.05
50lora_target_linear: true
51lora_modules_to_save:
52 - embed_tokens
53 - lm_head
54
55use_wandb: true
56wandb_project: Llama-3.3-8B-Instruct-128k-heretic-Kimi-miki
57wandb_entity:
58wandb_watch:
59wandb_name:
60wandb_log_model:
61
62gradient_accumulation_steps: 4
63micro_batch_size: 2
64num_epochs: 3
65optimizer: paged_adamw_8bit
66lr_scheduler: cosine
67learning_rate: 0.0002
68
69bf16: auto
70tf32: false
71
72gradient_checkpointing: true
73gradient_checkpointing_kwargs:
74 use_reentrant: false
75resume_from_checkpoint:
76logging_steps: 1
77flash_attention: true
78
79warmup_ratio: 0.1
80evals_per_epoch: 0
81saves_per_epoch: 5
82
83save_first_step: true # uncomment this to validate checkpoint saving works with your config
84llama-server -hf noctrex/Llama-3.3-8B-Instruct-128k-abliterated-GGUF:Q8_0 --lora-scaled rekrek/Llama-3.3-8B-Instruct-128K-heretic-kimified-lora 0.5 --lora-scaled rekrek/Llama-3.3-8B-Instruct-128K-heretic-kimified-lora 0.7 --lora-scaled rekrek/Llama-3.3-8B-Instruct-128K-heretic-kimified-lora 1.0 --port 8111 --host 0.0.0.0 -n 128000paged_adamw_8bit can raise the batch size a bit more for quicker training, but results in some spikes.