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: false
6load_in_4bit: true
7strict: false
8
9data_seed: 42
10seed: 42
11
12datasets:
13 - path: data/isaf_press_releases_ft.jsonl
14 conversation: alpaca
15 type: sharegpt
16dataset_prepared_path:
17val_set_size: 0.05
18output_dir: ./outputs/tiny-llama/lora-out
19hub_model_id: strickvl/isafpr-tiny-llama-lora
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: isaf_pr_ft
35wandb_entity: strickvl
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 |
|---|---|---|---|
| 1.7724 | 0.0303 | 1 | 1.7779 |
| 1.2158 | 0.2727 | 9 | 1.0692 |
| 0.2116 | 0.5455 | 18 | 0.1796 |
| 0.1051 | 0.8182 | 27 | 0.1048 |
| 0.0762 | 1.0227 | 36 | 0.0859 |
| 0.0704 | 1.2955 | 45 | 0.0763 |
| 0.0661 | 1.5682 | 54 | 0.0692 |
| 0.073 | 1.8409 | 63 | 0.0646 |
| 0.0625 | 2.0455 | 72 | 0.0621 |
| 0.0522 | 2.3182 | 81 | 0.0602 |
| 0.0472 | 2.5909 | 90 | 0.0580 |
| 0.0545 | 2.8636 | 99 | 0.0571 |
| 0.0467 | 3.0682 | 108 | 0.0561 |
| 0.057 | 3.3409 | 117 | 0.0557 |
| 0.0477 | 3.6136 | 126 | 0.0557 |