Inference Tips
- Temperature: 1.0
- TOP_P: 0.95
- TOP_K: 0 (disable)
- MIN_P: 0.025
- Template Format: Gemma4
Both thinking and non-thinking works.
These settings are practically the same as official recommendations, but i found to like MinP better than TopK.
Training details
Training was done with rsLoRA 128 rank, 64 alpha over 3 epochs, final loss was ~1.22.
During training o_proj was omitted to preserve uncensoring from heretic base model.
Special Thanks
- Gryphe Padar: for his cool StyleTune idea and model (and all other cool tunes he done).
- LLMfan46: for his never-ending flow of high-quality herectic models.
- Team mradermacher: for awesome quants in GGUF format
Future Plans
This is an "Alpha" tune, that turned out to be quite good in my opinion.
Probably going to do an FFT with better sample composition and extended dataset.