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="CONCISE/LLaMa_V2-13B-Chat-HF")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("CONCISE/LLaMa_V2-13B-Chat-HF")
model = AutoModelForCausalLM.from_pretrained("CONCISE/LLaMa_V2-13B-Chat-HF")
Quick Links

No model card

Downloads last month
4
Inference Providers NEW

Model tree for CONCISE/LLaMa_V2-13B-Chat-HF

Adapters
1 model

Space using CONCISE/LLaMa_V2-13B-Chat-HF 1