🎛️Fine-tuning LLMs
Collection
Collection of fine-tuned LLMs. • 28 items • Updated • 1
How to use kingabzpro/llama_3.2_vision_amazon_product with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("kingabzpro/llama_3.2_vision_amazon_product", device_map="auto")This mllama model was trained 2x faster with Unsloth and Huggingface's TRL library.