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="Secbone/llama-2-13B-instructed")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Secbone/llama-2-13B-instructed")
model = AutoModelForCausalLM.from_pretrained("Secbone/llama-2-13B-instructed", device_map="auto")
Quick Links

LlaMA 2 13B instruction finetuned

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 47.84
ARC (25-shot) 59.39
HellaSwag (10-shot) 83.88
MMLU (5-shot) 55.57
TruthfulQA (0-shot) 46.89
Winogrande (5-shot) 74.03
GSM8K (5-shot) 8.04
DROP (3-shot) 7.06
Downloads last month
51
Inference Providers NEW

Model tree for Secbone/llama-2-13B-instructed

Quantizations
1 model

Spaces using Secbone/llama-2-13B-instructed 9