Views
No views yet
0.4.01base_model: codellama/CodeLlama-7b-hf
2model_type: LlamaForCausalLM
3tokenizer_type: CodeLlamaTokenizer
4is_llama_derived_model: true
5
6hub_model_id: noeloco/modeltest1
7
8load_in_8bit: false
9load_in_4bit: true
10strict: false
11
12datasets:
13 - path: noeloco/fizzbuzz-sft
14 type: alpaca
15 ds_type: json
16
17hf_use_auth_token: true
18push_dataset_to_hub: noeloco
19val_set_size: 0.05
20output_dir: ./lora-out
21chat_template: chatml
22
23
24sequence_len: 2048
25sample_packing: false
26pad_to_sequence_len: true
27
28adapter: lora
29lora_model_dir:
30lora_r: 16
31lora_alpha: 8
32lora_dropout: 0.05
33lora_target_linear: true
34lora_fan_in_fan_out:
35
36wandb_project: runpod1
37wandb_entity:
38wandb_watch:
39wandb_name:
40wandb_log_model:
41
42gradient_accumulation_steps: 1
43micro_batch_size: 2
44num_epochs: 3
45optimizer: paged_adamw_32bit
46lr_scheduler: cosine
47learning_rate: 0.0002
48
49train_on_inputs: false
50group_by_length: false
51bf16: true
52fp16: false
53tf32: false
54
55gradient_checkpointing: true
56early_stopping_patience:
57resume_from_checkpoint:
58local_rank:
59logging_steps: 1
60xformers_attention:
61flash_attention: true
62
63warmup_steps: 10
64evals_per_epoch: 4
65saves_per_epoch: 1
66debug: true
67deepspeed:
68weight_decay: 0.0
69fsdp:
70fsdp_config:
71special_tokens:
72 bos_token: "<s>"
73 eos_token: "</s>"
74 unk_token: "<unk>"
75| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.0829 | 0.01 | 1 | 2.5224 |
| 0.6045 | 0.26 | 18 | 0.8178 |
| 0.3357 | 0.51 | 36 | 0.2672 |
| 0.1057 | 0.77 | 54 | 0.1210 |
| 0.1046 | 1.03 | 72 | 0.0818 |
| 0.052 | 1.29 | 90 | 0.0458 |
| 0.0641 | 1.54 | 108 | 0.0363 |
| 0.1952 | 1.8 | 126 | 0.0213 |
| 0.0573 | 2.06 | 144 | 0.0362 |
| 0.0346 | 2.31 | 162 | 0.0284 |
| 0.0513 | 2.57 | 180 | 0.0221 |
| 0.0865 | 2.83 | 198 | 0.0210 |