How to use ksterx/gemma3-1b-mtm with Transformers:
# Load model directly from transformers import AutoTokenizer, Gemma3WithBranch tokenizer = AutoTokenizer.from_pretrained("ksterx/gemma3-1b-mtm") model = Gemma3WithBranch.from_pretrained("ksterx/gemma3-1b-mtm")
The community tab is the place to discuss and collaborate with the HF community!