Views
No views yet
0.4.01base_model: NousResearch/Llama-2-7b-hf
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: caffeinatedcherrychic/cidds-agg-balanced
11 type: alpaca
12dataset_prepared_path: last_run_prepared
13val_set_size: 0.1
14output_dir: ./qlora-out
15
16adapter: qlora
17lora_model_dir:
18
19sequence_len: 2048
20sample_packing: false
21pad_to_sequence_len: true
22
23lora_r: 32
24lora_alpha: 64
25lora_dropout: 0.05
26lora_target_linear: true
27lora_fan_in_fan_out:
28lora_target_modules:
29 - gate_proj
30 - down_proj
31 - up_proj
32 - q_proj
33 - v_proj
34 - k_proj
35 - o_proj
36
37wandb_project:
38wandb_entity:
39wandb_watch:
40wandb_name:
41wandb_log_model:
42
43gradient_accumulation_steps: 4
44micro_batch_size: 2
45num_epochs: 5
46optimizer: adamw_bnb_8bit
47lr_scheduler: cosine
48learning_rate: 0.0002
49
50train_on_inputs: false
51group_by_length: false
52bf16: true
53fp16: false
54tf32: false
55
56gradient_checkpointing: true
57early_stopping_patience:
58resume_from_checkpoint:
59local_rank:
60logging_steps: 1
61xformers_attention:
62flash_attention: true
63
64loss_watchdog_threshold: 5.0
65loss_watchdog_patience: 3
66
67max_steps: 500
68warmup_steps: 10
69evals_per_epoch: 4
70eval_table_size:
71eval_max_new_tokens: 1
72saves_per_epoch: 1
73debug:
74deepspeed:
75weight_decay: 0.001
76fsdp:
77fsdp_config:
78special_tokens:
79| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 6.6299 | 0.08 | 1 | 6.9320 |
| 5.9686 | 0.32 | 4 | 4.4463 |
| 0.5956 | 0.64 | 8 | 0.5577 |
| 0.4848 | 0.96 | 12 | 0.8370 |
| 0.4913 | 1.28 | 16 | 0.4896 |
| 0.671 | 1.6 | 20 | 0.5175 |
| 2.6136 | 1.92 | 24 | 2.3446 |
| 0.6383 | 2.24 | 28 | 0.5194 |
| 0.5776 | 2.56 | 32 | 0.5653 |
| 0.4913 | 2.88 | 36 | 0.4791 |
| 0.3486 | 3.2 | 40 | 0.4041 |
| 0.4944 | 3.52 | 44 | 0.3174 |
| 0.4788 | 3.84 | 48 | 0.3952 |
| 0.3321 | 4.16 | 52 | 0.2342 |
| 0.207 | 4.48 | 56 | 0.2058 |
| 0.4502 | 4.8 | 60 | 0.1998 |