Views
No views yet
0.4.11strict: false
2
3base_model: microsoft/Phi-3.5-mini-instruct
4model_type: AutoModelForCausalLM
5tokenizer_type: AutoTokenizer
6
7load_in_8bit: false
8load_in_4bit: true
9
10chat_template: phi_3
11datasets:
12 - path: fozziethebeat/alpaca_messages_classifier_2k_test
13 type: chat_template
14 split: train
15 chat_template: phi_3
16 field_messages: messages
17 message_field_role: role
18 message_field_content: content
19 roles:
20 user:
21 - user
22 assistant:
23 - assistant
24
25dataset_prepared_path:
26val_set_size: 0.05
27output_dir: ./outputs/lora-out
28
29sequence_len: 2048
30sample_packing: false
31pad_to_sequence_len: true
32
33adapter: lora
34lora_model_dir:
35lora_r: 32
36lora_alpha: 16
37lora_dropout: 0.05
38lora_target_linear: true
39lora_fan_in_fan_out:
40
41wandb_project:
42wandb_entity:
43wandb_watch:
44wandb_name:
45wandb_log_model:
46
47gradient_accumulation_steps: 4
48micro_batch_size: 8
49num_epochs: 2
50optimizer: adamw_bnb_8bit
51lr_scheduler: cosine
52learning_rate: 5.0e-5
53
54train_on_inputs: false
55group_by_length: false
56bfloat16: true
57bf16: true
58fp16:
59tf32: false
60
61gradient_checkpointing: true
62early_stopping_patience:
63resume_from_checkpoint:
64local_rank:
65logging_steps: 1
66xformers_attention:
67s2_attention:
68
69warmup_steps: 10
70evals_per_epoch: 4
71eval_table_size:
72eval_max_new_tokens: 128
73saves_per_epoch: 4
74debug:
75deepspeed:
76weight_decay: 0.0
77fsdp:
78fsdp_config:
79| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 11.7206 | 0.0187 | 1 | 11.9120 |
| 9.4452 | 0.2617 | 14 | 9.1059 |
| 2.2582 | 0.5234 | 28 | 1.8353 |
| 0.1463 | 0.7850 | 42 | 0.1658 |
| 0.1315 | 1.0467 | 56 | 0.1291 |
| 0.1207 | 1.3084 | 70 | 0.1218 |
| 0.1238 | 1.5701 | 84 | 0.1196 |
| 0.1103 | 1.8318 | 98 | 0.1174 |