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: kareemamrr/databricks-dolly-4.5k
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: 16
24lora_alpha: 16
25lora_dropout: 0.5
26lora_target_linear: true
27lora_fan_in_fan_out:
28
29# wandb_project: tinyllama-dolly-axolotl
30# wandb_entity: kamr54
31
32hub_model_id: kareemamrr/tinyllama-1.1B_dolly-4.5k_lora
33
34gradient_accumulation_steps: 4
35micro_batch_size: 2
36num_epochs: 4
37optimizer: adamw_bnb_8bit
38lr_scheduler:
39learning_rate: 0.0004
40
41train_on_inputs: false
42group_by_length: false
43bf16: auto
44fp16:
45tf32: false
46
47gradient_checkpointing: true
48early_stopping_patience:
49resume_from_checkpoint:
50local_rank:
51logging_steps: 1
52xformers_attention:
53flash_attention: true
54
55warmup_steps: 10
56evals_per_epoch: 4
57saves_per_epoch: 1
58debug:
59deepspeed:
60weight_decay: 0.0
61fsdp:
62fsdp_config:
63special_tokens:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.8146 | 0.0317 | 1 | 2.1074 |
| 1.7728 | 0.2540 | 8 | 1.8290 |
| 1.9975 | 0.5079 | 16 | 1.7875 |
| 1.7685 | 0.7619 | 24 | 1.7717 |
| 1.8368 | 1.0159 | 32 | 1.7684 |
| 1.768 | 1.2460 | 40 | 1.7622 |
| 1.7774 | 1.5 | 48 | 1.7655 |
| 1.7727 | 1.7540 | 56 | 1.7565 |
| 1.7453 | 2.0079 | 64 | 1.7502 |
| 1.5904 | 2.2381 | 72 | 1.7644 |
| 1.5978 | 2.4921 | 80 | 1.7628 |
| 1.7305 | 2.7460 | 88 | 1.7600 |
| 1.4956 | 3.0 | 96 | 1.7582 |
| 1.503 | 3.2222 | 104 | 1.7603 |
| 1.6659 | 3.4762 | 112 | 1.7634 |
| 1.734 | 3.7302 | 120 | 1.7650 |