Views
No views yet
0.4.11base_model: microsoft/Phi-3-mini-128k-instruct
2trust_remote_code: true
3model_type: AutoModelForCausalLM
4tokenizer_type: AutoTokenizer
5chat_template: phi_3
6
7load_in_8bit: false
8load_in_4bit: false
9strict: false
10
11datasets:
12 - path: Fischerboot/freedom-rp-alpaca-shortend
13 type: alpaca:phi
14 - path: Fischerboot/mongotom-40k-alpaca
15 type: alpaca:phi
16 - path: Fischerboot/DAN-alpaca
17 type: alpaca:phi
18
19dataset_prepared_path:
20val_set_size: 0.01
21output_dir: ./out/yuh
22
23sequence_len: 1024
24sample_packing: true
25pad_to_sequence_len: true
26
27adapter: lora
28lora_model_dir:
29lora_r: 64
30lora_alpha: 32
31lora_dropout: 0.05
32lora_target_linear: true
33lora_fan_in_fan_out:
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: 5.0e-6
44
45train_on_inputs: false
46group_by_length: false
47bf16: auto
48
49gradient_checkpointing: true
50early_stopping_patience:
51resume_from_checkpoint:
52local_rank:
53logging_steps: 1
54xformers_attention:
55flash_attention: true
56
57warmup_steps: 10
58evals_per_epoch: 1
59saves_per_epoch: 1
60debug:
61deepspeed:
62weight_decay: 0.0
63fsdp:
64fsdp_config:
65special_tokens:
66| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 4.296 | 0.0007 | 1 | 4.7549 |
| 4.3774 | 1.0 | 1521 | 4.1032 |
| 3.5409 | 1.9855 | 3042 | 4.0949 |
| 3.8041 | 2.9711 | 4563 | 4.0953 |
| 3.9558 | 3.9560 | 6084 | 4.0955 |