How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Secbone/llama-33B-instructed",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 53.56
ARC (25-shot) 64.59
HellaSwag (10-shot) 86.17
MMLU (5-shot) 60.5
TruthfulQA (0-shot) 44.12
Winogrande (5-shot) 79.32
GSM8K (5-shot) 14.4
DROP (3-shot) 25.81
Downloads last month
1,183
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Secbone/llama-33B-instructed

Quantizations
2 models