How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="bunnycore/Gemma4-E2B-Coding-Distill")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("bunnycore/Gemma4-E2B-Coding-Distill", device_map="auto")
Quick Links

Model Card: Gemma 4 E2B — Frontier Distilled LoRA

Overview

This repository provides a Low-Rank Adaptation (LoRA) adapter for Gemma 4 E2B. The adapter was fine-tuned on a focused dataset of several thousand high-signal instruction, reasoning, and conversational samples distilled from leading frontier models.

Model Details

  • Base Model: google/gemma-4-e2b (Gemma 4 E2B)

  • Adapter Type: LoRA (Low-Rank Adaptation)

  • Primary Task: Instruction following, structured reasoning, and conversational text generation

  • Language(s): English (primary)

  • License: Open weights under the Gemma Terms of Use; Apache 2.0 for custom adapter weights

  • PEFT 0.18.1

Downloads last month
58
GGUF
Model size
0.1B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support