Views
No views yet
0.4.11base_model: Fischerboot/LLama3-Lexi-Aura-3Some-SLERP-SLERP-ql-merge
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9chat_template: llama3
10datasets:
11 - path: Fischerboot/improved
12 type: sharegpt
13 - path: PJMixers/grimulkan_theory-of-mind-ShareGPT
14 type: sharegpt
15 - path: PJMixers/example-sharegpt-no-system
16 type: sharegpt
17 - path: PJMixers/unalignment_toxic-dpo-v0.2-ShareGPT
18 type: sharegpt
19 conversation: llama3
20dataset_prepared_path: last_run_prepared
21val_set_size: 0.1
22output_dir: ./outputs/newandimprvoed
23
24adapter: qlora
25lora_model_dir:
26
27sequence_len: 128
28sample_packing: false
29pad_to_sequence_len: true
30
31lora_r: 8
32lora_alpha: 4
33lora_dropout: 0.05
34lora_target_linear: true
35lora_fan_in_fan_out:
36lora_target_modules:
37 - gate_proj
38 - down_proj
39 - up_proj
40 - q_proj
41 - v_proj
42 - k_proj
43 - o_proj
44
45wandb_project:
46wandb_entity:
47wandb_watch:
48wandb_name:
49wandb_log_model:
50
51gradient_accumulation_steps: 1
52micro_batch_size: 1
53num_epochs: 1
54optimizer: adamw_bnb_8bit
55lr_scheduler: cosine
56learning_rate: 0.0002
57
58train_on_inputs: false
59group_by_length: false
60bf16: auto
61fp16:
62tf32: false
63
64gradient_checkpointing: true
65early_stopping_patience:
66resume_from_checkpoint:
67local_rank:
68logging_steps: 1
69xformers_attention:
70flash_attention: true
71
72loss_watchdog_threshold: 8.0
73loss_watchdog_patience: 3
74
75eval_sample_packing: false
76warmup_steps: 10
77evals_per_epoch: 4
78eval_table_size:
79eval_max_new_tokens: 128
80saves_per_epoch: 1
81debug:
82deepspeed:
83weight_decay: 0.0
84fsdp:
85fsdp_config:
86special_tokens:
87 bos_token: "<|begin_of_text|>"
88 eos_token: "<|end_of_text|>"
89 pad_token: "<|end_of_text|>"
90| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 7.8707 | 0.0043 | 1 | 5.6886 |
| 2.135 | 0.2532 | 59 | 1.6830 |
| 1.0161 | 0.5064 | 118 | 1.5600 |
| 0.7667 | 0.7597 | 177 | 1.4607 |