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/camel-lora
7
8load_in_8bit: true
9load_in_4bit: false
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
23sequence_len: 4096
24sample_packing: false
25pad_to_sequence_len: true
26
27adapter: lora
28lora_model_dir:
29lora_r: 8
30lora_alpha: 16
31lora_dropout: 0.05
32lora_target_linear: false
33lora_fan_in_fan_out:
34lora_target_modules:
35 - q_proj
36 - v_proj
37 - k_proj
38 - o_proj
39 - gate_proj
40 - down_proj
41 - up_proj
42
43wandb_project: runpod1
44wandb_entity:
45wandb_watch:
46wandb_name:
47wandb_log_model:
48
49gradient_accumulation_steps: 4
50micro_batch_size: 2
51num_epochs: 4
52optimizer: paged_adamw_32bit
53lr_scheduler: cosine
54learning_rate: 0.0002
55
56train_on_inputs: false
57group_by_length: false
58bf16: auto
59fp16: false
60tf32: true
61
62gradient_checkpointing: true
63early_stopping_patience:
64resume_from_checkpoint:
65local_rank:
66logging_steps: 1
67xformers_attention:
68flash_attention: true
69
70warmup_steps: 10
71evals_per_epoch: 4
72saves_per_epoch: 1
73debug: true
74deepspeed:
75weight_decay: 0.0
76fsdp:
77fsdp_config:
78special_tokens:
79 bos_token: "<s>"
80 eos_token: "</s>"
81 unk_token: "<unk>"
82| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.7211 | 0.06 | 1 | 2.5058 |
| 1.834 | 0.29 | 5 | 2.4238 |
| 1.1688 | 0.57 | 10 | 1.3647 |
| 0.483 | 0.86 | 15 | 0.7108 |
| 0.3742 | 1.14 | 20 | 0.3942 |
| 0.1581 | 1.43 | 25 | 0.2196 |
| 0.2905 | 1.71 | 30 | 0.0822 |
| 0.1803 | 2.0 | 35 | 0.0548 |
| 0.0799 | 2.29 | 40 | 0.0543 |
| 0.0932 | 2.57 | 45 | 0.0390 |
| 0.0851 | 2.86 | 50 | 0.0328 |
| 0.096 | 3.14 | 55 | 0.0287 |
| 0.086 | 3.43 | 60 | 0.0289 |
| 0.0459 | 3.71 | 65 | 0.0294 |