Views
No views yet
0.5.21base_model: google/gemma-2-27b-it
2hub_model_id: lmagiera/gemma-2-27b-it-dolly-15k-lum1
3
4load_in_8bit: false
5load_in_4bit: true
6strict: false
7
8datasets:
9 - path: databricks/databricks-dolly-15k
10 type:
11 field_instruction: instruction
12 field_input: context
13 field_output: response
14val_set_size: 0.05
15
16sequence_len: 2048
17sample_packing: true
18eval_sample_packing: false
19pad_to_sequence_len: true
20
21adapter: qlora
22lora_model_dir:
23lora_r: 32
24lora_alpha: 64
25lora_dropout: 0.05
26lora_target_linear: true
27lora_fan_in_fan_out:
28
29wandb_project:
30wandb_entity:
31wandb_watch:
32wandb_name:
33wandb_log_model:
34
35gradient_accumulation_steps: 4
36micro_batch_size: 4
37num_epochs: 1
38optimizer: adamw_torch
39lr_scheduler: cosine
40learning_rate: 0.0002
41
42train_on_inputs: false
43group_by_length: false
44bf16: auto
45fp16:
46tf32: true
47
48gradient_checkpointing: true
49gradient_checkpointing_kwargs:
50 use_reentrant: true
51early_stopping_patience:
52resume_from_checkpoint:
53local_rank:
54logging_steps: 1
55xformers_attention:
56flash_attention: false
57
58warmup_steps: 10
59evals_per_epoch: 4
60saves_per_epoch: 1
61weight_decay: 0.0
62debug:
63deepspeed: deepspeed_configs/zero2.json
64fsdp:
65fsdp_config:
66special_tokens:
67output_dir: "/mnt/disks/gcs/training/jobs/google--gemma-2-27b-it-20250529-091142/out/"
68dataset_prepared_path: "/mnt/disks/gcs/training/datasets"
69| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 4.2291 | 0.0244 | 1 | 2.1246 |
| 1.9076 | 0.2683 | 11 | 1.6422 |
| 1.6194 | 0.5366 | 22 | 1.5392 |
| 1.6234 | 0.8049 | 33 | 1.5191 |