Views
No views yet
0.10.0.dev01adapter: qlora
2base_model: NousResearch/Meta-Llama-3-8B-Instruct
3bf16: auto
4chat_template: tokenizer_default
5dataset_prepared_path: null
6datasets:
7- path: deepakkarkala/sft_sitcom_chandlerbing_jsonl
8 split: train_without_fewshots
9 type: alpaca
10evals_per_epoch: 4
11flash_attention: true
12gradient_accumulation_steps: 8
13gradient_checkpointing: true
14hub_model_id: deepakkarkala/llama31-8b-sft-sitcom-lora
15learning_rate: 0.0002
16load_in_4bit: true
17load_in_8bit: false
18logging_steps: 1
19lora_alpha: 16
20lora_dropout: 0.05
21lora_model_dir: null
22lora_r: 32
23lora_target_linear: true
24lr_scheduler: cosine
25micro_batch_size: 4
26model_type: LlamaForCausalLM
27num_epochs: 1
28optimizer: adamw_bnb_8bit
29output_dir: ./outputs/lora-out
30pad_to_sequence_len: true
31resume_from_checkpoint: null
32sample_packing: false
33saves_per_epoch: 2
34sequence_len: 512
35special_tokens:
36 pad_token: <|end_of_text|>
37tf32: false
38tokenizer_type: AutoTokenizer
39val_set_size: 0.05
40wandb_entity: deepakkarkala-personal
41wandb_log_model: checkpoint
42wandb_name: sft_trial
43wandb_project: finetuning_llama31_8b_sitcom
44wandb_run_id: sft_trial_3
45wandb_watch: null
46warmup_steps: 10
47weight_decay: 0.0
48| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.9323 | 0.0050 | 1 | 2.8320 |
| 2.0701 | 0.2506 | 50 | 1.9194 |
| 1.9102 | 0.5013 | 100 | 1.8692 |
| 1.9795 | 0.7519 | 150 | 1.8487 |
| 1.8136 | 1.0 | 200 | 1.8431 |