Views
No views yet
0.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: PocketDoc/Dans-MemoryCore-CoreCurriculum-Small
11 type: sharegpt
12 conversation: chatml
13 - path: NewEden/Kalo-Opus-Instruct-22k-Refusal-Murdered
14 type: sharegpt
15 conversation: chatml
16 - path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
17 type: sharegpt
18 conversation: chatml
19 - path: NewEden/Gryphe-Sonnet-3.5-35k-Subset
20 type: sharegpt
21 conversation: chatml
22 - path: NewEden/Claude-Instruct-5k
23 type: sharegpt
24 conversation: chatml
25 - path: Magpie-Align/Magpie-Gemma2-Pro-200K-Filtered
26 type: sharegpt
27 conversation: chatml
28
29
30chat_template: chatml
31
32val_set_size: 0.01
33output_dir: ./outputs/out
34
35adapter:
36lora_r:
37lora_alpha:
38lora_dropout:
39lora_target_linear:
40
41sequence_len: 8192
42# sequence_len: 32768
43sample_packing: true
44eval_sample_packing: false
45pad_to_sequence_len: true
46
47plugins:
48 - axolotl.integrations.liger.LigerPlugin
49liger_rope: true
50liger_rms_norm: true
51liger_swiglu: true
52liger_fused_linear_cross_entropy: true
53
54wandb_project: Neo4B
55wandb_entity:
56wandb_watch:
57wandb_name: Neo4B
58wandb_log_model:
59
60gradient_accumulation_steps: 32
61micro_batch_size: 2
62num_epochs: 2
63optimizer: adamw_bnb_8bit
64lr_scheduler: cosine
65learning_rate: 0.00001
66weight_decay: 0.05
67
68train_on_inputs: false
69group_by_length: false
70bf16: auto
71fp16:
72tf32: true
73
74gradient_checkpointing: true
75early_stopping_patience:
76resume_from_checkpoint:
77local_rank:
78logging_steps: 1
79xformers_attention:
80flash_attention: true
81
82warmup_ratio: 0.1
83evals_per_epoch: 4
84eval_table_size:
85eval_max_new_tokens: 128
86saves_per_epoch: 2
87
88debug:
89deepspeed: deepspeed_configs/zero3.json
90fsdp:
91fsdp_config:
92
93special_tokens:
94 pad_token: <|finetune_right_pad_id|>
95
96| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.2446 | 0.0070 | 1 | 2.0325 |
| 0.8915 | 0.2532 | 36 | 1.6714 |
| 0.8262 | 0.5064 | 72 | 1.5993 |
| 0.7705 | 0.7596 | 108 | 1.5687 |
| 0.7547 | 1.0015 | 144 | 1.5541 |
| 0.6979 | 1.2547 | 180 | 1.5614 |
| 0.6854 | 1.5079 | 216 | 1.5596 |
| 0.6836 | 1.7611 | 252 | 1.5576 |