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="Aryanne/sheared-silicon10p",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Testing-only don't download

Another trial of merging models with different sizes, still under testing, it's unstable at the moment.

Recipe:

merge_method: task_anysize
base_model: princeton-nlp/Sheared-LLaMA-2.7B-ShareGPT
models:
  - model: SanjiWatsuki/Silicon-Maid-7B
    parameters:
      weight: 0.1
dtype: float16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 35.82
AI2 Reasoning Challenge (25-Shot) 36.18
HellaSwag (10-Shot) 51.12
MMLU (5-Shot) 25.56
TruthfulQA (0-shot) 44.85
Winogrande (5-shot) 57.22
GSM8k (5-shot) 0.00
Downloads last month
162
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Aryanne/sheared-silicon10p

Quantizations
2 models

Collection including Aryanne/sheared-silicon10p

Evaluation results