Views
No views yet
0.4.11base_model: jeiku/Magic_8B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: anthracite-org/stheno-filtered-v1.1
11 type: sharegpt
12 conversation: chatml
13 - path: Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
14 type: sharegpt
15 conversation: chatml
16 - path: ResplendentAI/bluemoon
17 type: sharegpt
18 conversation: chatml
19 - path: openerotica/freedom-rp
20 type: sharegpt
21 conversation: chatml
22 - path: MinervaAI/Aesir-Preview
23 type: sharegpt
24 conversation: chatml
25
26chat_template: chatml
27
28val_set_size: 0.01
29output_dir: ./outputs/out
30
31adapter:
32lora_r:
33lora_alpha:
34lora_dropout:
35lora_target_linear:
36
37sequence_len: 8192
38# sequence_len: 32768
39sample_packing: true
40eval_sample_packing: false
41pad_to_sequence_len: true
42
43plugins:
44 - axolotl.integrations.liger.LigerPlugin
45liger_rope: true
46liger_rms_norm: true
47liger_swiglu: true
48liger_fused_linear_cross_entropy: true
49
50wandb_project: New8B
51wandb_entity:
52wandb_watch:
53wandb_name: New8B
54wandb_log_model:
55
56gradient_accumulation_steps: 32
57micro_batch_size: 1
58num_epochs: 2
59optimizer: adamw_bnb_8bit
60lr_scheduler: cosine
61learning_rate: 0.00001
62weight_decay: 0.05
63
64train_on_inputs: false
65group_by_length: false
66bf16: auto
67fp16:
68tf32: true
69
70gradient_checkpointing: true
71early_stopping_patience:
72resume_from_checkpoint:
73local_rank:
74logging_steps: 1
75xformers_attention:
76flash_attention: true
77
78warmup_ratio: 0.1
79evals_per_epoch: 4
80eval_table_size:
81eval_max_new_tokens: 128
82saves_per_epoch: 2
83
84debug:
85deepspeed:
86fsdp:
87fsdp_config:
88
89special_tokens:
90 pad_token: <pad>
91
92| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.447 | 0.0062 | 1 | 1.4349 |
| 1.3437 | 0.2530 | 41 | 1.3502 |
| 1.3734 | 0.5060 | 82 | 1.3237 |
| 1.3543 | 0.7590 | 123 | 1.3128 |
| 1.319 | 1.0102 | 164 | 1.3064 |
| 1.2886 | 1.2636 | 205 | 1.3042 |
| 1.2387 | 1.5169 | 246 | 1.3031 |
| 1.3746 | 1.7702 | 287 | 1.3029 |