Views
No views yet
0.4.11base_model: microsoft/Phi-3-mini-4k-instruct
2trust_remote_code: true
3model_type: AutoModelForCausalLM
4tokenizer_type: AutoTokenizer
5
6load_in_8bit: false
7load_in_4bit: true
8strict: false
9
10datasets:
11 - path: ptoro/honkers-phi
12 type: alpaca
13
14dataset_prepared_path:
15val_set_size: 0.05
16output_dir: ./outputs/phi-sft-out
17
18sequence_len: 4096
19sample_packing: true
20pad_to_sequence_len: true
21
22adapter: qlora
23lora_model_dir:
24lora_r: 64
25lora_alpha: 32
26lora_dropout: 0.05
27lora_target_linear: true
28lora_fan_in_fan_out:
29
30wandb_project: axolotl-june
31wandb_entity:
32wandb_watch:
33wandb_name:
34wandb_log_model:
35
36gradient_accumulation_steps: 1
37micro_batch_size: 1
38num_epochs: 3
39optimizer: adamw_torch
40adam_beta2: 0.95
41adam_epsilon: 0.00001
42max_grad_norm: 1.0
43lr_scheduler: cosine
44learning_rate: 0.000003
45
46train_on_inputs: false
47group_by_length: false
48bf16: auto
49fp16:
50tf32: true
51
52gradient_checkpointing: true
53gradient_checkpointing_kwargs:
54 use_reentrant: True
55early_stopping_patience:
56resume_from_checkpoint:
57local_rank:
58logging_steps: 1
59xformers_attention:
60flash_attention: true
61
62warmup_steps: 100
63evals_per_epoch: 4
64saves_per_epoch: 1
65debug:
66deepspeed:
67weight_decay: 0.1
68fsdp:
69fsdp_config:
70resize_token_embeddings_to_32x: true
71special_tokens:
72 pad_token: "<|endoftext|>"
73| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 7.126 | 0.0093 | 1 | 5.2723 |
| 6.503 | 0.25 | 27 | 5.2703 |
| 5.9853 | 0.5 | 54 | 5.2576 |
| 5.7324 | 0.75 | 81 | 5.2320 |
| 6.5292 | 1.0 | 108 | 5.1854 |
| 5.6106 | 1.2222 | 135 | 5.1238 |
| 6.3981 | 1.4722 | 162 | 5.0544 |
| 5.602 | 1.7222 | 189 | 4.9929 |
| 5.3998 | 1.9722 | 216 | 4.9468 |
| 5.1841 | 2.1944 | 243 | 4.9171 |
| 6.0764 | 2.4444 | 270 | 4.9009 |
| 5.2345 | 2.6944 | 297 | 4.8961 |
| 5.4896 | 2.9444 | 324 | 4.8947 |