Views
No views yet
0.10.0.dev01adapter: qlora
2base_model: google/gemma-3-1b-it
3bf16: auto
4chat_template: gemma3
5datasets:
6- path: deepakkarkala/sft_sitcom_chandlerbing_jsonl
7 split: train_without_fewshots
8 type: alpaca
9ddp_find_unused_parameters: true
10eval_sample_packing: false
11evals_per_epoch: null
12flash_attention: true
13gradient_accumulation_steps: 8
14gradient_checkpointing: true
15gradient_checkpointing_kwargs:
16 use_reentrant: false
17hub_model_id: deepakkarkala/gemma3_1b_lora_sft_sitcom
18learning_rate: 0.0002
19load_in_4bit: true
20load_in_8bit: false
21logging_steps: 1
22lora_alpha: 16
23lora_dropout: 0.05
24lora_r: 32
25lora_target_linear: true
26lr_scheduler: cosine
27micro_batch_size: 2
28model_type: AutoModelForCausalLM
29num_epochs: 4
30optimizer: adamw_bnb_8bit
31output_dir: ./outputs/out
32pad_to_sequence_len: true
33resume_from_checkpoint: null
34sample_packing: true
35saves_per_epoch: 1
36sequence_len: 2048
37special_tokens: null
38tf32: true
39tokenizer_type: AutoTokenizer
40val_set_size: 0.05
41wandb_entity: deepakkarkala-personal
42wandb_log_model: checkpoint
43wandb_name: sft_gemma3_1b
44wandb_project: finetuning_llama31_8b_sitcom
45wandb_run_id: sft_gemma3_1b_2
46wandb_watch: null
47warmup_ratio: 0.1
48weight_decay: 0.0
49