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="cmu-mlsp/vicuna-7b-v1.5-claude-atk2-first_last")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("cmu-mlsp/vicuna-7b-v1.5-claude-atk2-first_last")
model = AutoModelForMultimodalLM.from_pretrained("cmu-mlsp/vicuna-7b-v1.5-claude-atk2-first_last")
Quick Links

No model card

Downloads last month
30
Inference Providers NEW