unsloth/studio/backend/assets/configs
Daniel Han 4f65cc94bc
Add Gemma 4 model sampling defaults (#4838)
Add per-model YAML configs and MODEL_NAME_MAPPING entries for all 8
Gemma 4 models (4 instruct + 4 base):
- gemma-4-31B-it / gemma-4-31B
- gemma-4-26B-A4B-it / gemma-4-26B-A4B
- gemma-4-E2B-it / gemma-4-E2B
- gemma-4-E4B-it / gemma-4-E4B

GGUF variants (only for -it models) resolve via the gemma-4 family
entry in inference_defaults.json.

Sampling defaults: temperature=1.0, top_p=0.95, top_k=64, min_p=0.0,
no repetition or presence penalty. Matches gemma-3n and gemma-3.
2026-04-03 13:57:15 -07:00
..
model_defaults Add Gemma 4 model sampling defaults (#4838) 2026-04-03 13:57:15 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
full_finetune.yaml fix(studio): correct default weight_decay and learning rate (#4695) 2026-03-31 13:50:25 +04:00
inference_defaults.json Add Gemma 4 model sampling defaults (#4838) 2026-04-03 13:57:15 -07:00
lora_text.yaml fix(studio): correct default weight_decay and learning rate (#4695) 2026-03-31 13:50:25 +04:00
vision_lora.yaml fix(studio): correct default weight_decay and learning rate (#4695) 2026-03-31 13:50:25 +04:00