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="intellya22/llama-2-7b-marco-sr")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("intellya22/llama-2-7b-marco-sr")
model = AutoModelForMultimodalLM.from_pretrained("intellya22/llama-2-7b-marco-sr")
Quick Links

No model card

Downloads last month
7
Inference Providers NEW