How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Aryanne/WestSenzu-Swap-7B:F16
# Run inference directly in the terminal:
llama cli -hf Aryanne/WestSenzu-Swap-7B:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Aryanne/WestSenzu-Swap-7B:F16
# Run inference directly in the terminal:
llama cli -hf Aryanne/WestSenzu-Swap-7B:F16
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/WestSenzu-Swap-7B:F16
# Run inference directly in the terminal:
./llama-cli -hf Aryanne/WestSenzu-Swap-7B:F16
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/WestSenzu-Swap-7B:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Aryanne/WestSenzu-Swap-7B:F16
Use Docker
docker model run hf.co/Aryanne/WestSenzu-Swap-7B:F16
Quick Links

It's experimental, but seems fine for me, I didn't run it deeply yet but should be good for Role-play 😈 considering the two merged models, feel free to leave a suggestion or feedback.

This is a merge of pre-trained language models created using mergekit(my experimental branch swapping here )

Merge Details

Merge Method

This model was merged using the task_swapping merge method using NeuralNovel/Senzu-7B-v0.1-DPO as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

merge_method: task_swapping
base_model: NeuralNovel/Senzu-7B-v0.1-DPO
models:
  - model: senseable/WestLake-7B-v2
    parameters:
      weight: 0.75
      diagonal_offset: 2    #it doesn't do anything when you use random_mask
      random_mask: 0.3333
      random_mask_seed: 98557
dtype: bfloat16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 67.28
AI2 Reasoning Challenge (25-Shot) 68.34
HellaSwag (10-Shot) 85.70
MMLU (5-Shot) 64.14
TruthfulQA (0-shot) 50.43
Winogrande (5-shot) 82.48
GSM8k (5-shot) 52.62
Downloads last month
92
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for Aryanne/WestSenzu-Swap-7B

Merge model
this model
Quantizations
1 model

Collection including Aryanne/WestSenzu-Swap-7B

Evaluation results