Sweelol/gemma3-270m-pruned-base
NewThe base version of Gemma-3 270M with weights pruned for efficiency. This is the starting point for fine-tuning.
gemma3prunedbase
The base version of Gemma-3 270M with weights pruned for efficiency. This is the starting point for fine-tuning.
A Gemma-3 270M model fully fine-tuned on the Dolly-15k dataset, intended to be used as a "teacher" for knowledge distillation.
A baseline Gemma-3 270M model with 50% of its weights pruned for increased efficiency and inference speed.
Sweelol-ai/finetuned-pruned-gemma3-270m-dolly
A Gemma-3 270M model, pruned for efficiency and then fully fine-tuned on the Dolly-15k instruction dataset.
To get started, install the `transformers` library:
pip install transformersThen, use the following snippet to load the model:
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "Sweelol-ai/finetuned-pruned-gemma3-270m-dolly"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
# Your inference code here...| Tag / Variant | Size | Format | Download |
|---|---|---|---|
| No specific variants listed for this model. | |||
N/A
Knowledge Distillation (Logits)
Flickr30k (Conceptual)
Multimodal Generation
| Metric | Student Model | Teacher Model |
|---|---|---|
| Model Size | ~270MB | 8.5GB |
| BLEU Score | 28.5 | 30.1 |