Sweelol-ai/lora-gemma3-270m-dolly
NewA Gemma-3 270M model fine-tuned on the Dolly-15k dataset using Low-Rank Adaptation (LoRA) for maximum efficiency.
gemma3lorapeft
A Gemma-3 270M model fine-tuned on the Dolly-15k dataset using Low-Rank Adaptation (LoRA) for maximum efficiency.
A highly optimized model, first pruned for size and then knowledge-distilled from a larger teacher on the Dolly-15k dataset.
A Gemma-3 270M model fully fine-tuned on the Dolly-15k dataset, intended to be used as a "teacher" for knowledge distillation.
sweelol/mini-llama-chat
A compact chat-tuned model, distilled from LLaMA-2 for quick interactions.
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/mini-llama-chat"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
# Your inference code here...meta-llama/Llama-2-13b-chat-hf
Knowledge Distillation (Logits)
Flickr30k (Conceptual)
Multimodal Generation
| Metric | Student Model | Teacher Model |
|---|---|---|
| Model Size | 2.1GB | 8.5GB |
| BLEU Score | 28.5 | 30.1 |