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: mhenrichsen/alpaca_2k_test
11 type: alpaca
12dataset_prepared_path:
13val_set_size: 0.05
14output_dir: ./outputs/simple-lora-out/
15hub_model_id: sahanes/TinyLlamaB_alpaca_2k
16
17sequence_len: 4096
18sample_packing: true
19eval_sample_packing: false
20pad_to_sequence_len: true
21
22adapter: lora
23lora_model_dir:
24lora_r: 32
25lora_alpha: 16
26lora_dropout: 0.05
27lora_target_linear: true
28lora_fan_in_fan_out:
29
30wandb_project:
31wandb_entity:
32wandb_watch:
33wandb_name:
34wandb_log_model:
35
36gradient_accumulation_steps: 4
37micro_batch_size: 2
38num_epochs: 4
39optimizer: adamw_bnb_8bit
40lr_scheduler: cosine
41learning_rate: 0.0002
42
43train_on_inputs: false
44group_by_length: false
45bf16: auto
46fp16:
47tf32: false
48
49gradient_checkpointing: true
50early_stopping_patience:
51resume_from_checkpoint:
52local_rank:
53logging_steps: 1
54xformers_attention:
55flash_attention: true
56
57warmup_steps: 10
58evals_per_epoch: 4
59saves_per_epoch: 1
60debug:
61deepspeed:
62weight_decay: 0.0
63fsdp:
64fsdp_config:
65special_tokens:
66| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.4615 | 0.08 | 1 | 1.4899 |
| 1.3853 | 0.24 | 3 | 1.4862 |
| 1.3665 | 0.48 | 6 | 1.4396 |
| 1.2677 | 0.72 | 9 | 1.3393 |
| 1.2261 | 0.96 | 12 | 1.2967 |
| 1.2513 | 1.16 | 15 | 1.2810 |
| 1.2266 | 1.4 | 18 | 1.2557 |
| 1.1349 | 1.6400 | 21 | 1.2344 |
| 1.2688 | 1.88 | 24 | 1.2275 |
| 1.1477 | 2.08 | 27 | 1.2242 |
| 1.1524 | 2.32 | 30 | 1.2217 |
| 1.1944 | 2.56 | 33 | 1.2198 |
| 1.1123 | 2.8 | 36 | 1.2134 |
| 1.1523 | 3.04 | 39 | 1.2126 |
| 1.1897 | 3.24 | 42 | 1.2102 |
| 1.1006 | 3.48 | 45 | 1.2143 |
| 1.1894 | 3.7200 | 48 | 1.2124 |