unsloth/studio/backend/assets/configs/model_defaults
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
..
embedding fix(studio): correct default weight_decay and learning rate (#4695) 2026-03-31 13:50:25 +04:00
ernie add trust_remote_code defaults to all model configs 2026-03-09 09:54:52 +00:00
falcon fix(studio): correct default weight_decay and learning rate (#4695) 2026-03-31 13:50:25 +04:00
gemma Add Gemma 4 model sampling defaults (#4838) 2026-04-03 13:57:15 -07:00
gpt-oss add trust_remote_code defaults to all model configs 2026-03-09 09:54:52 +00:00
granite add trust_remote_code defaults to all model configs 2026-03-09 09:54:52 +00:00
llama fix(studio): correct default weight_decay and learning rate (#4695) 2026-03-31 13:50:25 +04:00
llasa add trust_remote_code defaults to all model configs 2026-03-09 09:54:52 +00:00
mistral studio: per-model inference defaults, GGUF slider fix, reasoning toggle (#4325) 2026-03-16 06:37:55 -07:00
other add trust_remote_code defaults to all model configs 2026-03-09 09:54:52 +00:00
phi add trust_remote_code defaults to all model configs 2026-03-09 09:54:52 +00:00
qwen modified to fix the yaml syntax 2026-03-10 23:58:51 -07:00
default.yaml fix(studio): correct default weight_decay and learning rate (#4695) 2026-03-31 13:50:25 +04:00