Views
No views yet
0.4.01base_model: meta-llama/Meta-Llama-3-8B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9hub_model_id: davanstrien/query-gen
10
11datasets:
12 - path: davanstrien/query-gen
13 type: alpaca
14dataset_prepared_path: last_run_prepared
15val_set_size: 0.05
16output_dir: ./lora-out
17
18sequence_len: 1024
19sample_packing: true
20pad_to_sequence_len: true
21
22adapter: lora
23lora_model_dir:
24lora_r: 32
25lora_alpha: 16
26lora_dropout: 0.05
27lora_target_linear: true
28lora_fan_in_fan_out:
29
30wandb_project: axolotl
31wandb_entity:
32wandb_watch:
33wandb_name: query
34wandb_log_model:
35
36gradient_accumulation_steps: 4
37micro_batch_size: 10
38num_epochs: 4
39optimizer: adamw_bnb_8bit
40lr_scheduler: cosine
41learning_rate: 0.0002
42
43train_on_inputs: false
44group_by_length: false
45bf16: auto
46fp16:
47tf32: false
48
49gradient_checkpointing: true
50early_stopping_patience:
51resume_from_checkpoint:
52local_rank:
53logging_steps: 1
54xformers_attention:
55flash_attention: true
56s2_attention:
57
58warmup_steps: 10
59evals_per_epoch: 4
60eval_table_size:
61eval_max_new_tokens: 128
62saves_per_epoch: 1
63debug:
64deepspeed:
65weight_decay: 0.0
66fsdp:
67fsdp_config:
68special_tokens:
69 pad_token: <|end_of_text|>
70| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.8337 | 0.0071 | 1 | 2.8390 |
| 1.414 | 0.2540 | 36 | 1.4018 |
| 1.3212 | 0.5079 | 72 | 1.3332 |
| 1.304 | 0.7619 | 108 | 1.3042 |
| 1.2874 | 1.0159 | 144 | 1.2900 |
| 1.229 | 1.2522 | 180 | 1.2835 |
| 1.2247 | 1.5062 | 216 | 1.2779 |
| 1.2362 | 1.7601 | 252 | 1.2708 |
| 1.2364 | 2.0141 | 288 | 1.2663 |
| 1.1734 | 2.2504 | 324 | 1.2691 |
| 1.1781 | 2.5044 | 360 | 1.2683 |
| 1.1995 | 2.7584 | 396 | 1.2658 |
| 1.1861 | 3.0123 | 432 | 1.2626 |
| 1.1332 | 3.2487 | 468 | 1.2680 |
| 1.1438 | 3.5026 | 504 | 1.2680 |
| 1.1553 | 3.7566 | 540 | 1.2679 |