Views
No views yet
0.4.11base_model: microsoft/phi-1_5
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: ptoro/honkers-phi
11 type: alpaca
12
13dataset_prepared_path:
14val_set_size: 0.05
15output_dir: ./outputs/phi-sft-out
16
17sequence_len: 2048
18sample_packing: true
19pad_to_sequence_len: true
20
21adapter: qlora
22lora_model_dir:
23lora_r: 64
24lora_alpha: 32
25lora_dropout: 0.05
26lora_target_linear: true
27lora_fan_in_fan_out:
28
29wandb_project:
30wandb_entity:
31wandb_watch:
32wandb_name:
33wandb_log_model:
34
35gradient_accumulation_steps: 1
36micro_batch_size: 2
37num_epochs: 4
38optimizer: adamw_torch
39adam_beta2: 0.95
40adam_epsilon: 0.00001
41max_grad_norm: 1.0
42lr_scheduler: cosine
43learning_rate: 0.000003
44
45train_on_inputs: false
46group_by_length: false
47bf16: auto
48fp16:
49tf32: true
50
51gradient_checkpointing: true
52gradient_checkpointing_kwargs:
53 use_reentrant: True
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60
61warmup_steps: 100
62evals_per_epoch: 4
63saves_per_epoch: 1
64debug:
65deepspeed:
66weight_decay: 0.1
67fsdp:
68fsdp_config:
69resize_token_embeddings_to_32x: true
70special_tokens:
71 pad_token: "<|endoftext|>"
72| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.2333 | 0.0106 | 1 | 1.5896 |
| 1.7286 | 0.2553 | 24 | 1.5891 |
| 1.2823 | 0.5106 | 48 | 1.5875 |
| 1.3856 | 0.7660 | 72 | 1.5844 |
| 1.244 | 1.0213 | 96 | 1.5804 |
| 1.2499 | 1.2447 | 120 | 1.5753 |
| 1.1656 | 1.5 | 144 | 1.5706 |
| 1.1928 | 1.7553 | 168 | 1.5656 |
| 1.1623 | 2.0106 | 192 | 1.5608 |
| 1.2679 | 2.2340 | 216 | 1.5571 |
| 1.2845 | 2.4894 | 240 | 1.5537 |
| 1.1226 | 2.7447 | 264 | 1.5516 |
| 1.2575 | 3.0 | 288 | 1.5497 |
| 1.2465 | 3.2234 | 312 | 1.5486 |
| 1.1699 | 3.4787 | 336 | 1.5483 |
| 1.2021 | 3.7340 | 360 | 1.5482 |