How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Aryanne/Westest-7B:Q3_K_M
# Run inference directly in the terminal:
llama-cli -hf Aryanne/Westest-7B:Q3_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Aryanne/Westest-7B:Q3_K_M
# Run inference directly in the terminal:
llama-cli -hf Aryanne/Westest-7B:Q3_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Aryanne/Westest-7B:Q3_K_M
# Run inference directly in the terminal:
./llama-cli -hf Aryanne/Westest-7B:Q3_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Aryanne/Westest-7B:Q3_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Aryanne/Westest-7B:Q3_K_M
Use Docker
docker model run hf.co/Aryanne/Westest-7B:Q3_K_M
Quick Links

merged

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the task_anysize merge method using senseable/WestLake-7B-v2 as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

base_model:
  model:
    path: senseable/WestLake-7B-v2
dtype: bfloat16
merge_method: task_anysize
slices:
- sources:
  - layer_range: [0, 32]
    model:
      model:
        path: chargoddard/piano-medley-7b
    parameters:
      weight: 0.55
  - layer_range: [0, 32]
    model:
      model:
        path: senseable/WestLake-7B-v2

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 74.03
AI2 Reasoning Challenge (25-Shot) 72.18
HellaSwag (10-Shot) 88.52
MMLU (5-Shot) 64.43
TruthfulQA (0-shot) 66.72
Winogrande (5-shot) 86.58
GSM8k (5-shot) 65.73
Downloads last month
119
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for Aryanne/Westest-7B

Merge model
this model
Quantizations
2 models

Collections including Aryanne/Westest-7B

Evaluation results