Views
No views yet
0.4.11base_model: t-bank-ai/T-lite-instruct-0.1
2
3load_in_8bit: false
4load_in_4bit: true
5strict: false
6
7datasets:
8 - path: test.jsonl
9 type: completion
10dataset_prepared_path: prepared_data_tlite
11val_set_size: 0.1
12output_dir: ./t-lite-stalin
13
14adapter: qlora
15lora_model_dir:
16
17sequence_len: 272
18sample_packing: true
19eval_sample_packing: False
20pad_to_sequence_len: true
21
22lora_r: 32
23lora_alpha: 16
24lora_dropout: 0.05
25lora_target_linear: true
26lora_fan_in_fan_out:
27lora_target_modules:
28 - gate_proj
29 - down_proj
30 - up_proj
31 - q_proj
32 - v_proj
33 - k_proj
34 - o_proj
35
36wandb_project:
37wandb_entity:
38wandb_watch:
39wandb_name:
40wandb_log_model:
41
42gradient_accumulation_steps: 4
43micro_batch_size: 48
44num_epochs: 4
45optimizer: adamw_bnb_8bit
46lr_scheduler: cosine
47learning_rate: 0.0002
48
49train_on_inputs: false
50group_by_length: false
51bf16: auto
52fp16:
53tf32: false
54
55gradient_checkpointing: true
56early_stopping_patience:
57resume_from_checkpoint:
58local_rank:
59logging_steps: 1
60xformers_attention:
61flash_attention: true
62
63loss_watchdog_threshold: 5.0
64loss_watchdog_patience: 3
65
66warmup_steps: 10
67evals_per_epoch: 1
68eval_table_size:
69eval_max_new_tokens: 1000
70saves_per_epoch: 1
71debug:
72deepspeed:
73weight_decay: 0.0
74fsdp:
75fsdp_config:
76special_tokens:
77 pad_token: <|eot_id|>
78| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.4388 | 0.0167 | 1 | 2.2736 |
| 1.7178 | 0.9874 | 59 | 1.7366 |
| 1.5568 | 1.9582 | 118 | 1.7031 |
| 1.4787 | 2.9289 | 177 | 1.7109 |
| 1.4473 | 3.8996 | 236 | 1.7248 |