Views
No views yet
0.4.01base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: true
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: burkelibbey/colors
11 type:
12 field_instruction: color
13 field_output: description
14 conversation: chatml
15chat_template: chatml
16
17dataset_prepared_path:
18val_set_size: 0.05
19output_dir: ./outputs/lora-out
20
21sequence_len: 4096
22sample_packing: true
23eval_sample_packing: false
24pad_to_sequence_len: true
25
26adapter: lora
27lora_model_dir:
28lora_r: 32
29lora_alpha: 16
30lora_dropout: 0.05
31lora_target_linear: true
32lora_fan_in_fan_out:
33
34wandb_project:
35wandb_entity:
36wandb_watch:
37wandb_name:
38wandb_log_model:
39
40gradient_accumulation_steps: 4
41micro_batch_size: 2
42num_epochs: 4
43optimizer: adamw_bnb_8bit
44lr_scheduler: cosine
45learning_rate: 0.0002
46
47train_on_inputs: false
48group_by_length: false
49bf16: auto
50fp16:
51tf32: false
52
53gradient_checkpointing: true
54early_stopping_patience:
55resume_from_checkpoint:
56local_rank:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60
61warmup_steps: 10
62evals_per_epoch: 4
63saves_per_epoch: 1
64debug:
65deepspeed:
66weight_decay: 0.0
67fsdp:
68fsdp_config:
69special_tokens:
70| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.7509 | 0.0204 | 1 | 2.6902 |
| 1.8064 | 0.2653 | 13 | 1.6735 |
| 1.5513 | 0.5306 | 26 | 1.4832 |
| 1.482 | 0.7959 | 39 | 1.4111 |
| 1.392 | 1.0408 | 52 | 1.3677 |
| 1.3414 | 1.3061 | 65 | 1.3319 |
| 1.3213 | 1.5714 | 78 | 1.3029 |
| 1.3028 | 1.8367 | 91 | 1.2795 |
| 1.2761 | 2.0816 | 104 | 1.2697 |
| 1.2509 | 2.3469 | 117 | 1.2587 |
| 1.2884 | 2.6122 | 130 | 1.2472 |
| 1.254 | 2.8776 | 143 | 1.2410 |
| 1.2523 | 3.1224 | 156 | 1.2403 |
| 1.2468 | 3.3878 | 169 | 1.2385 |
| 1.2476 | 3.6531 | 182 | 1.2370 |
| 1.2366 | 3.9184 | 195 | 1.2375 |