Views
No views yet
0.4.11base_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: mhenrichsen/alpaca_2k_test
11 type: alpaca
12dataset_prepared_path:
13val_set_size: 0.05
14output_dir: ./outputs/lora-out
15
16sequence_len: 4096
17sample_packing: true
18eval_sample_packing: false
19pad_to_sequence_len: true
20
21adapter: lora
22lora_model_dir:
23lora_r: 32
24lora_alpha: 16
25lora_dropout: 0.05
26lora_target_linear: true
27lora_fan_in_fan_out:
28
29wandb_project:
30wandb_entity:
31wandb_watch:
32wandb_name:
33wandb_log_model:
34
35gradient_accumulation_steps: 4
36micro_batch_size: 2
37num_epochs: 4
38optimizer: adamw_bnb_8bit
39lr_scheduler: cosine
40learning_rate: 0.0002
41
42train_on_inputs: false
43group_by_length: false
44bf16: auto
45fp16:
46tf32: false
47
48gradient_checkpointing: true
49early_stopping_patience:
50resume_from_checkpoint:
51local_rank:
52logging_steps: 1
53xformers_attention:
54flash_attention: true
55
56warmup_steps: 10
57evals_per_epoch: 4
58saves_per_epoch: 1
59debug:
60deepspeed:
61weight_decay: 0.0
62fsdp:
63fsdp_config:
64special_tokens:
65| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.4615 | 0.08 | 1 | 1.4899 |
| 1.3846 | 0.24 | 3 | 1.4859 |
| 1.3667 | 0.48 | 6 | 1.4399 |
| 1.267 | 0.72 | 9 | 1.3382 |
| 1.2276 | 0.96 | 12 | 1.2941 |
| 1.2515 | 1.16 | 15 | 1.2793 |
| 1.2275 | 1.4 | 18 | 1.2556 |
| 1.1351 | 1.6400 | 21 | 1.2347 |
| 1.2701 | 1.88 | 24 | 1.2253 |
| 1.1487 | 2.08 | 27 | 1.2213 |
| 1.1518 | 2.32 | 30 | 1.2209 |
| 1.1942 | 2.56 | 33 | 1.2171 |
| 1.1122 | 2.8 | 36 | 1.2147 |
| 1.1513 | 3.04 | 39 | 1.2139 |
| 1.1887 | 3.24 | 42 | 1.2128 |
| 1.1011 | 3.48 | 45 | 1.2114 |
| 1.1887 | 3.7200 | 48 | 1.2115 |