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: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: imdb_1k_alpaca.jsonl
11 type: alpaca
12dataset_prepared_path: last_run_prepared
13val_set_size: 0.05
14output_dir: ./outputs/qlora-out
15hub_model_id: satish860/hc-tinyllama-alpaca
16
17adapter: qlora
18lora_model_dir:
19
20sequence_len: 4096
21sample_packing: true
22eval_sample_packing: false
23pad_to_sequence_len: true
24
25lora_r: 32
26lora_alpha: 16
27lora_dropout: 0.05
28lora_target_modules:
29lora_target_linear: true
30lora_fan_in_fan_out:
31
32wandb_project:
33wandb_entity:
34wandb_watch:
35wandb_name:
36wandb_log_model:
37
38gradient_accumulation_steps: 4
39micro_batch_size: 2
40num_epochs: 4
41optimizer: paged_adamw_32bit
42lr_scheduler: cosine
43learning_rate: 0.0002
44
45train_on_inputs: false
46group_by_length: false
47bf16: auto
48fp16:
49tf32: false
50
51gradient_checkpointing: true
52early_stopping_patience:
53resume_from_checkpoint:
54local_rank:
55logging_steps: 1
56xformers_attention:
57flash_attention: true
58
59warmup_steps: 10
60evals_per_epoch: 4
61saves_per_epoch: 1
62debug:
63deepspeed:
64weight_decay: 0.0
65fsdp:
66fsdp_config:
67special_tokens:
68| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 8.0151 | 0.0851 | 1 | 7.9045 |
| 7.967 | 0.2553 | 3 | 7.7350 |
| 6.5633 | 0.5106 | 6 | 4.8012 |
| 1.5838 | 0.7660 | 9 | 0.7756 |
| 0.2319 | 1.0213 | 12 | 0.1592 |
| 0.0669 | 1.2340 | 15 | 0.0973 |
| 0.0344 | 1.4894 | 18 | 0.0453 |
| 0.1146 | 1.7447 | 21 | 0.0754 |
| 0.0896 | 2.0 | 24 | 0.0517 |
| 0.0293 | 2.2340 | 27 | 0.0486 |
| 0.0378 | 2.4894 | 30 | 0.0566 |
| 0.0523 | 2.7447 | 33 | 0.0270 |
| 0.0886 | 3.0 | 36 | 0.0226 |
| 0.0504 | 3.2128 | 39 | 0.0232 |
| 0.089 | 3.4681 | 42 | 0.0225 |