Views
No views yet

0.4.01base_model: gardner/TinyLlama-1.1B-Instruct-3T
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4is_llama_derived_model: true
5
6load_in_8bit: true
7load_in_4bit: false
8strict: false
9
10datasets:
11 - path: Open-Orca/SlimOrca-Dedup
12 type: sharegpt
13 split: train
14
15dataset_prepared_path: ./dsprepare/Open-Orca/SlimOrca-Dedup
16val_set_size: 0.05
17output_dir: ./tinyllama-1.1b-slimorca
18hub_model_id: gardner/TinyLlama-1.1B-SlimOrca
19
20sequence_len: 4096
21sample_packing: true
22pad_to_sequence_len: true
23
24adapter: lora
25lora_model_dir:
26lora_r: 32
27lora_alpha: 16
28lora_dropout: 0.05
29lora_target_linear: true
30lora_fan_in_fan_out:
31
32wandb_project: tinyllama
33wandb_entity: gardner
34wandb_name: tinyllama-slimorca
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: true
46fp16: false
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
67| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.2902 | 0.0 | 1 | 0.9116 |
| 1.0653 | 0.25 | 1126 | 0.6458 |
| 1.0279 | 0.5 | 2252 | 0.6187 |
| 0.8918 | 0.75 | 3378 | 0.6042 |
| 0.9362 | 1.0 | 4504 | 0.5924 |
| 0.8138 | 1.23 | 5630 | 0.5863 |
| 0.9669 | 1.48 | 6756 | 0.5814 |
| 1.019 | 1.73 | 7882 | 0.5742 |
| 0.9232 | 1.98 | 9008 | 0.5695 |
| 0.8507 | 2.22 | 10134 | 0.5700 |
| 0.7542 | 2.47 | 11260 | 0.5662 |
| 0.8325 | 2.72 | 12386 | 0.5639 |
| 0.7913 | 2.97 | 13512 | 0.5617 |
| 0.8372 | 3.2 | 14638 | 0.5648 |
| 0.8984 | 3.45 | 15764 | 0.5638 |
| 0.7898 | 3.7 | 16890 | 0.5636 |