Similar Models

Pruned Gemma-3 270M (50%)

Sweelol-ai/gemma3-270m-pruned-baseline-50pc

A baseline Gemma-3 270M model with 50% of its weights pruned for increased efficiency and inference speed.

How to Use

To get started, install the `transformers` library:

pip install transformers

Then, use the following snippet to load the model:

from transformers import AutoTokenizer, AutoModelForCausalLM

model_id = "Sweelol-ai/gemma3-270m-pruned-baseline-50pc"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

# Your inference code here...

Available Versions

Tag / VariantSizeFormatDownload
No specific variants listed for this model.

Model Details

Teacher Model

N/A

Distillation Method

Knowledge Distillation (Logits)

Training Dataset

Flickr30k (Conceptual)

Primary Task

Multimodal Generation

Performance Metrics (Example)

MetricStudent ModelTeacher Model
Model Size~135MB8.5GB
BLEU Score28.530.1