Views
No views yet
0.8.0.dev01base_model: Qwen/QwQ-32B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5plugins:
6 - axolotl.integrations.liger.LigerPlugin
7liger_rope: true
8liger_rms_norm: true
9liger_swiglu: true
10liger_fused_linear_cross_entropy: true
11
12load_in_8bit: false
13load_in_4bit: false
14strict: false
15
16datasets:
17 - path: Mielikki/Erebus-87k
18 type: completion
19 field: body
20 - path: NewEden/Orion-Completion-Asstr-Stories-16K
21 type: completion
22 field: content
23 - path: NewEden/Orion-Completion-LIT
24 type: completion
25 field: text
26
27shuffle_merged_datasets: true
28dataset_prepared_path: prepared_data
29output_dir: ./qvq-cum
30
31sequence_len: 16384
32sample_packing: true
33pad_to_sequence_len: true
34
35adapter: lora
36lora_model_dir:
37lora_r: 128
38lora_alpha: 16
39lora_dropout: 0.05
40lora_target_modules:
41 - gate_proj
42 - down_proj
43 - up_proj
44 - q_proj
45 - v_proj
46 - k_proj
47 - o_proj
48
49lora_modules_to_save:
50 - embed_tokens
51 - lm_head
52
53wandb_project: qwq
54wandb_entity:
55wandb_watch:
56wandb_name: Pretrain-pt1-v2-frfr
57wandb_log_model:
58
59gradient_accumulation_steps: 2
60micro_batch_size: 2
61num_epochs: 1
62optimizer: paged_adamw_8bit
63lr_scheduler: cosine
64learning_rate: 1e-5
65max_grad_norm: 0.001
66
67train_on_inputs: false
68group_by_length: false
69bf16: auto
70fp16:
71tf32: false
72
73gradient_checkpointing: true
74early_stopping_patience:
75resume_from_checkpoint:
76local_rank:
77logging_steps: 1
78xformers_attention:
79flash_attention: true
80
81warmup_steps: 40
82saves_per_epoch: 2
83debug:
84deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
85weight_decay: 0.01
86fsdp:
87fsdp_config: