How to use interlive/DiffStream-T005-stage2-gemma-3-4b with Transformers:
# Load model directly from transformers import AutoProcessor, Gemma3ForStreamQA processor = AutoProcessor.from_pretrained("interlive/DiffStream-T005-stage2-gemma-3-4b") model = Gemma3ForStreamQA.from_pretrained("interlive/DiffStream-T005-stage2-gemma-3-4b")
The community tab is the place to discuss and collaborate with the HF community!