Views
No views yet
0.13.0.dev01adapter: lora
2base_model: Qwen/Qwen2.5-72B-Instruct
3load_in_4bit: true
4bnb_4bit_compute_dtype: bfloat16
5bnb_4bit_use_double_quant: true
6bnb_4bit_quant_type: nf4
7
8datasets:
9 - path: ./patched_dataset/data.jsonl
10 type: alpaca
11
12val_set_size: 0.05
13output_dir: ./outputs/qwen80b_qlora_run
14
15micro_batch_size: 1
16gradient_accumulation_steps: 8
17num_epochs: 3
18learning_rate: 2e-4
19
20lora_alpha: 16
21lora_r: 8
22lora_dropout: 0.05
23lora_target_modules:
24 - q_proj
25 - v_proj
26 - k_proj
27 - o_proj
28 - gate_proj
29 - down_proj
30 - up_proj
31
32sequence_len: 1024
33train_on_inputs: false
34optimizer: paged_adamw_8bit
35
36bf16: true
37fp16: false
38tf32: true
39gradient_checkpointing: true
40gradient_checkpointing_kwargs:
41 use_reentrant: false
42
43warmup_ratio: 0.03
44weight_decay: 0.01
45logging_steps: 10
46saves_per_epoch: 1
47evals_per_epoch: 1
48save_total_limit: 2
49
50device_map: "auto"
51low_cpu_mem_usage: true
52torch_dtype: bfloat16
53
54| Training Loss | Epoch | Step | Validation Loss | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|
| No log | 0 | 0 | 2.5724 | 43.65 | 43.65 | 52.31 |
| 2.0549 | 1.0 | 30 | 1.8877 | 43.77 | 43.77 | 45.94 |
| 1.6302 | 2.0 | 60 | 1.8321 | 43.77 | 43.77 | 45.94 |
| 1.3038 | 3.0 | 90 | 1.8941 | 43.77 | 43.77 | 45.94 |