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="AI-Growth-Lab/llama-2-7b-clinical-innovation")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("AI-Growth-Lab/llama-2-7b-clinical-innovation")
model = AutoModelForMultimodalLM.from_pretrained("AI-Growth-Lab/llama-2-7b-clinical-innovation")
Quick Links

No model card

Downloads last month
5
Inference Providers NEW

Space using AI-Growth-Lab/llama-2-7b-clinical-innovation 1