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 kaitchup/Mayonnaise-4in1-02:Q4_0
# Run inference directly in the terminal:
llama cli -hf kaitchup/Mayonnaise-4in1-02:Q4_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf kaitchup/Mayonnaise-4in1-02:Q4_0
# Run inference directly in the terminal:
llama cli -hf kaitchup/Mayonnaise-4in1-02:Q4_0
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 kaitchup/Mayonnaise-4in1-02:Q4_0
# Run inference directly in the terminal:
./llama-cli -hf kaitchup/Mayonnaise-4in1-02:Q4_0
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 kaitchup/Mayonnaise-4in1-02:Q4_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf kaitchup/Mayonnaise-4in1-02:Q4_0
Use Docker
docker model run hf.co/kaitchup/Mayonnaise-4in1-02:Q4_0
Quick Links

Model Card for Model ID

This is a mixture of experts created with mergekit and based on mistralai/Mistral-7B-v0.1.

Model Details

The model was created using a recipe detailed in this article: The Mayonnaise: Rank First on the Open LLM Leaderboard with TIES-Merging

Model Description

Model Sources

Created with mergekit with this configuration:

models:
  - model: mncai/mistral-7b-dpo-v5
    # no parameters necessary for base model
  - model: flemmingmiguel/MBX-7B
    parameters:
      density: 0.5
      weight: 0.3
  - model: BarryFutureman/NeuralTurdusVariant1-7B
    parameters:
      density: 0.5
      weight: 0.5
merge_method: ties
base_model: mncai/mistral-7b-dpo-v5
parameters:
  normalize: true
dtype: float16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 75.21
AI2 Reasoning Challenge (25-Shot) 73.38
HellaSwag (10-Shot) 88.51
MMLU (5-Shot) 64.89
TruthfulQA (0-shot) 69.04
Winogrande (5-shot) 84.37
GSM8k (5-shot) 71.04
Downloads last month
60
Safetensors
Model size
7B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for kaitchup/Mayonnaise-4in1-02

Quantizations
3 models

Spaces using kaitchup/Mayonnaise-4in1-02 9

Collection including kaitchup/Mayonnaise-4in1-02

Evaluation results