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="anilguven/Llama3.2-3b-TrSummarization-unsloth-16bit")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("anilguven/Llama3.2-3b-TrSummarization-unsloth-16bit")
model = AutoModelForMultimodalLM.from_pretrained("anilguven/Llama3.2-3b-TrSummarization-unsloth-16bit")
Quick Links

Uploaded model

  • Developed by: anilguven
  • License: apache-2.0
  • Finetuned from model : unsloth/Llama-3.2-3B-bnb-4bit

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
20
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW

Model tree for anilguven/Llama3.2-3b-TrSummarization-unsloth-16bit

Finetuned
(135)
this model

Dataset used to train anilguven/Llama3.2-3b-TrSummarization-unsloth-16bit