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="ayoubkirouane/Llama3.1-8b-small-Instructed")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("ayoubkirouane/Llama3.1-8b-small-Instructed")
model = AutoModelForMultimodalLM.from_pretrained("ayoubkirouane/Llama3.1-8b-small-Instructed")
Quick Links

Base model : Meta-Llama-3.1-8B

Dataset : ayoubkirouane/Small-Instruct-Alpaca_Format

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ayoubkirouane/Llama3.1-8b-small-Instructed

Quantizations
1 model

Dataset used to train ayoubkirouane/Llama3.1-8b-small-Instructed