Views
No views yet
0.10.0.dev01base_model: google/gemma-3-12b-it
2hub_model_id: lmagiera/gemma-3-12b-it-tuned-lum5
3
4load_in_8bit: false
5load_in_4bit: true
6strict: false
7
8# datasets:
9# - path: lmagiera/fake-football-cup # <-- Use your new dataset path
10# type: dolly # <-- 'dolly' is a simpler way to map the fields
11# val_set_size: 0.05 # <-- Keep this to create a validation set
12# databricks/databricks-dolly-15k
13# lmagiera/fake-football-cup
14
15# datasets:
16# - path: lmagiera/fake-football-cup
17# type:
18# field_instruction: instruction
19# field_input: context
20# field_output: response
21# val_set_size: 0.05
22
23datasets:
24 - path: /mnt/disks/gcs/training/datasets/manual/prepared_dataset # <-- Point to the correct subfolder
25 ds_type: arrow
26 # Be explicit about the columns to avoid other errors
27 type:
28 field_instruction: instruction
29 field_input: context
30 field_output: response
31val_set_size: 0.05
32
33
34sequence_len: 2048
35sample_packing: false
36eval_sample_packing: false
37pad_to_sequence_len: true
38
39adapter: qlora
40lora_model_dir:
41lora_r: 32
42lora_alpha: 64
43lora_dropout: 0.05
44lora_target_linear: true
45lora_fan_in_fan_out:
46
47wandb_project:
48wandb_entity:
49wandb_watch:
50wandb_name:
51wandb_log_model:
52
53gradient_accumulation_steps: 4
54micro_batch_size: 4
55num_epochs: 1
56optimizer: adamw_torch
57lr_scheduler: cosine
58learning_rate: 0.0002
59
60train_on_inputs: false
61group_by_length: false
62bf16: auto
63fp16:
64tf32: true
65
66gradient_checkpointing: true
67gradient_checkpointing_kwargs:
68 use_reentrant: true
69early_stopping_patience:
70resume_from_checkpoint:
71local_rank:
72logging_steps: 1
73xformers_attention:
74flash_attention: false
75
76warmup_steps: 10
77evals_per_epoch: 4
78saves_per_epoch: 1
79weight_decay: 0.0
80debug:
81deepspeed: deepspeed_configs/zero2.json
82fsdp:
83fsdp_config:
84special_tokens:
85output_dir: "/mnt/disks/gcs/training/jobs/google--gemma-3-12b-it-20250602-144550/out/"
86dataset_prepared_path: "/mnt/disks/gcs/training/datasets"
87| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.874 | 0.3333 | 1 | 3.9189 |
| 2.6864 | 0.6667 | 2 | 3.8282 |
| 2.9838 | 1.0 | 3 | 3.3421 |