Views
No views yet
0.4.11base_model: EleutherAI/pythia-160m-deduped
2load_in_8bit: false
3datasets:
4 - path: teknium/GPT4-LLM-Cleaned
5 type: alpaca
6dataset_prepared_path:
7val_set_size: 0.05
8adapter: lora
9lora_model_dir:
10sequence_len: 512
11lora_r: 16
12lora_alpha: 32
13lora_dropout: 0.05
14lora_target_modules:
15 - query_key_value
16 - dense
17 - dense_h_to_4h
18 - dense_4h_to_h
19lora_target_linear:
20lora_fan_in_fan_out: true # pythia/GPTNeoX lora specific
21output_dir: ./outputs/lora-alpaca-pythia
22gradient_accumulation_steps: 1
23micro_batch_size: 16
24num_epochs: 4
25learning_rate: 0.000005
26train_on_inputs: false
27group_by_length: false
28bf16: false
29tf32: true
30early_stopping_patience:
31resume_from_checkpoint:
32local_rank:
33weight_decay: 0.1
34evals_per_epoch: 4
35logging_steps: 1
36push_to_hub: tommyp111/pythia-160m-deduped-alpaca-lora
37wandb_project: pythia-alpaca-lora
38wandb_name: pythia-160m-grad-norm
39
40optimizer: adamw_torch
41adam_beta2: 0.95
42adam_epsilon: 0.00001
43max_grad_norm: 1.0
44gradient_checkpointing: true
45warmup_steps: 10000
46| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 8.3121 | 0.0003 | 1 | 28.8947 |
| 8.51 | 0.2502 | 798 | 28.8493 |
| 7.1252 | 0.5003 | 1596 | 28.6938 |
| 11.0054 | 0.7505 | 2394 | 27.8628 |
| 2.7374 | 1.0006 | 3192 | 5.7286 |
| 3.3225 | 1.2508 | 3990 | 3.8328 |
| 2.8093 | 1.5009 | 4788 | 3.0960 |
| 2.5311 | 1.7511 | 5586 | 2.7825 |
| 1.9888 | 2.0013 | 6384 | 2.6022 |
| 2.1802 | 2.2514 | 7182 | 2.4945 |
| 2.3964 | 2.5016 | 7980 | 2.3910 |
| 2.1141 | 2.7517 | 8778 | 2.3618 |
| 2.7874 | 3.0019 | 9576 | 2.3030 |
| 2.2354 | 3.2520 | 10374 | 2.2600 |
| 2.0795 | 3.5022 | 11172 | 2.2918 |
| 2.2697 | 3.7524 | 11970 | 2.2758 |