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/newnewdataset-sophie
12 type: sharegpt
13 - path: PJMixers/grimulkan_theory-of-mind-ShareGPT
14 type: sharegpt
15 conversation: llama3
16dataset_prepared_path: last_run_prepared
17val_set_size: 0.1
18output_dir: ./outputs/24-rank-1-epoch
19
20adapter: qlora
21lora_model_dir:
22
23sequence_len: 128
24sample_packing: false
25pad_to_sequence_len: true
26
27lora_r: 24
28lora_alpha: 12
29lora_dropout: 0.05
30lora_target_linear: true
31lora_fan_in_fan_out:
32lora_target_modules:
33 - gate_proj
34 - down_proj
35 - up_proj
36 - q_proj
37 - v_proj
38 - k_proj
39 - o_proj
40
41wandb_project:
42wandb_entity:
43wandb_watch:
44wandb_name:
45wandb_log_model:
46
47gradient_accumulation_steps: 1
48micro_batch_size: 1
49num_epochs: 1
50optimizer: adamw_bnb_8bit
51lr_scheduler: cosine
52learning_rate: 0.0002
53
54train_on_inputs: false
55group_by_length: false
56bf16: auto
57fp16:
58tf32: false
59
60gradient_checkpointing: true
61early_stopping_patience:
62resume_from_checkpoint:
63local_rank:
64logging_steps: 1
65xformers_attention:
66flash_attention: true
67
68loss_watchdog_threshold: 8.0
69loss_watchdog_patience: 3
70
71eval_sample_packing: false
72warmup_steps: 10
73evals_per_epoch: 4
74eval_table_size:
75eval_max_new_tokens: 128
76saves_per_epoch: 1
77debug:
78deepspeed:
79weight_decay: 0.0
80fsdp:
81fsdp_config:
82special_tokens:
83 bos_token: "<|begin_of_text|>"
84 eos_token: "<|end_of_text|>"
85 pad_token: "<|end_of_text|>"
86| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 6.1066 | 0.0034 | 1 | 6.0671 |
| 0.2341 | 0.2526 | 74 | 0.4326 |
| 0.3317 | 0.5051 | 148 | 0.3770 |
| 0.2163 | 0.7577 | 222 | 0.3360 |