Views
No views yet
0.10.0.dev01base_model: google/gemma-3-12b-it
2
3model_config:
4 attn_implementation: eager
5
6overrides_of_model_kwargs:
7 attn_implementation: eager
8
9load_in_8bit: false
10load_in_4bit: false
11strict: false
12
13datasets:
14 - path: thesantatitan/pixelprose-sample-5k
15 type: chat_template
16 split: train
17 chat_template: tokenizer_default
18 field_messages: messages
19 roles_to_train: ["assistant"]
20
21dataset_prepared_path: text2svg-prepared-pixelprose
22val_set_size: 0.05
23output_dir: ./lora-out
24
25sequence_len: 4096
26sample_packing: false
27eval_sample_packing: false
28pad_to_sequence_len: false
29
30adapter: lora
31lora_model_dir:
32lora_r: 128
33lora_alpha: 32
34lora_dropout: 0.05
35lora_target_linear: true
36lora_fan_in_fan_out:
37lora_modules_to_save: # required when adding new tokens to LLaMA/Mistral
38 - embed_tokens
39 - lm_head
40
41wandb_project: svg-sft-gemma-12b-saved
42wandb_entity:
43wandb_watch:
44wandb_run_id: sexyrun1
45
46gradient_accumulation_steps: 32
47micro_batch_size: 1
48num_epochs: 4
49optimizer: adamw_torch
50lr_scheduler: cosine
51learning_rate: 0.0001
52
53bf16: auto
54fp16: false
55tf32: false
56train_on_inputs: false
57group_by_length: false
58
59gradient_checkpointing: true
60early_stopping_patience:
61resume_from_checkpoint:
62local_rank:
63logging_steps: 1
64xformers_attention:
65flash_attention: false
66
67warmup_steps: 10
68save_steps: 20
69debug:
70deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
71weight_decay: 0.0
72fsdp:
73fsdp_config:
74
75hub_strategy: every_save
76hub_model_id: thesantatitan/gemma-svg-sft| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7293 | 0.9832 | 33 | 0.7807 |
| 0.6371 | 1.9832 | 66 | 0.7512 |
| 0.6369 | 2.9832 | 99 | 0.7448 |
| 0.6108 | 3.9832 | 132 | 0.7442 |