Views
No views yet
0.4.01base_model: codellama/CodeLlama-7b-hf
2model_type: LlamaForCausalLM
3tokenizer_type: CodeLlamaTokenizer
4
5load_in_8bit: true
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: AayushMathur/manim_python_alpaca
11 type: alpaca
12dataset_prepared_path:
13val_set_size: 0.05
14output_dir: ./outputs/lora-out
15
16sequence_len: 2048
17sample_packing: false
18pad_to_sequence_len: true
19
20adapter: lora
21lora_model_dir:
22lora_r: 32
23lora_alpha: 16
24lora_dropout: 0.05
25lora_target_linear: true
26lora_fan_in_fan_out:
27
28wandb_project:
29wandb_entity:
30wandb_watch:
31wandb_name:
32wandb_log_model:
33
34gradient_accumulation_steps: 2
35micro_batch_size: 4
36num_epochs: 2
37optimizer: adamw_bnb_8bit
38lr_scheduler: cosine
39learning_rate: 0.0002
40
41train_on_inputs: false
42group_by_length: false
43bf16: auto
44fp16:
45tf32: false
46
47gradient_checkpointing: true
48early_stopping_patience:
49resume_from_checkpoint:
50local_rank:
51logging_steps: 10
52xformers_attention:
53flash_attention: true
54s2_attention:
55
56warmup_steps: 10
57evals_per_epoch: 2
58saves_per_epoch: 1
59debug:
60deepspeed:
61weight_decay: 0.0
62fsdp:
63fsdp_config:
64special_tokens:
65 bos_token: "<s>"
66 eos_token: "</s>"
67 unk_token: "<unk>"
68| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0140 | 1 | 0.8844 |
| 0.0605 | 0.5035 | 36 | 0.0284 |
| 0.0526 | 1.0070 | 72 | 0.0243 |
| 0.0301 | 1.5105 | 108 | 0.0169 |