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="sirabhop/llama-2-rbh-SQL-agent")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("sirabhop/llama-2-rbh-SQL-agent")
model = AutoModelForCausalLM.from_pretrained("sirabhop/llama-2-rbh-SQL-agent")
Quick Links

No model card

Downloads last month
3
Safetensors
Model size
13B params
Tensor type
F32
·
BF16
·
Inference Providers NEW