Views
No views yet
1"""<|im_start|>system
2system prompt<|im_end|>
3<|im_start|>user
4Hi there!<|im_end|>
5<|im_start|>assistant
6Nice to meet you!<|im_end|>
7<|im_start|>user
8Can I ask a question?<|im_end|>
9<|im_start|>assistant
10""""rope_scaling": {} entry from config.json"max_position_embeddings" to 8192 in config.json0.4.11base_model: IntervitensInc/Llama-3.1-Minitron-4B-Width-Base-chatml
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: NewEden/Gryphe-3.5-16k-Subset
11 type: sharegpt
12 conversation: chatml
13 - path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
14 type: sharegpt
15 conversation: chatml
16 - path: anthracite-org/kalo-opus-instruct-22k-no-refusal
17 type: sharegpt
18 conversation: chatml
19 - path: PJMixers/lodrick-the-lafted_OpusStories-ShareGPT
20 type: sharegpt
21 conversation: chatml
22
23chat_template: chatml
24
25val_set_size: 0.01
26output_dir: ./outputs/out
27
28adapter:
29lora_r:
30lora_alpha:
31lora_dropout:
32lora_target_linear:
33
34sequence_len: 16384
35# sequence_len: 32768
36sample_packing: true
37eval_sample_packing: false
38pad_to_sequence_len: true
39
40plugins:
41 - axolotl.integrations.liger.LigerPlugin
42liger_rope: true
43liger_rms_norm: true
44liger_swiglu: true
45liger_fused_linear_cross_entropy: true
46
47wandb_project:
48wandb_entity:
49wandb_watch:
50wandb_name:
51wandb_log_model:
52
53gradient_accumulation_steps: 32
54micro_batch_size: 1
55num_epochs: 2
56optimizer: adamw_bnb_8bit
57#optimizer: paged_adamw_8bit
58lr_scheduler: cosine
59learning_rate: 0.00002
60weight_decay: 0.05
61
62train_on_inputs: false
63group_by_length: false
64bf16: auto
65fp16:
66tf32: true
67
68gradient_checkpointing: true
69early_stopping_patience:
70resume_from_checkpoint:
71local_rank:
72logging_steps: 1
73xformers_attention:
74flash_attention: true
75
76warmup_ratio: 0.1
77evals_per_epoch: 4
78eval_table_size:
79eval_max_new_tokens: 128
80saves_per_epoch: 1
81
82debug:
83deepspeed: /workspace/axolotl/deepspeed_configs/zero2.json
84#deepspeed:
85fsdp:
86fsdp_config:
87
88special_tokens:
89 pad_token: <|finetune_right_pad_id|>
90