How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf QuantFactory/Tulu-3.1-8B-SuperNova-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "QuantFactory/Tulu-3.1-8B-SuperNova-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

QuantFactory Banner

QuantFactory/Tulu-3.1-8B-SuperNova-GGUF

This is quantized version of bunnycore/Tulu-3.1-8B-SuperNova created using llama.cpp

Original Model Card

merge

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

Merge Details

Merge Method

This model was merged using the linear merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: arcee-ai/Llama-3.1-SuperNova-Lite
    parameters:
      weight: 1.0
  - model: allenai/Llama-3.1-Tulu-3-8B
    parameters:
      weight: 1.0
  - model: meditsolutions/Llama-3.1-MedIT-SUN-8B
    parameters:
      weight: 1.0
merge_method: linear
normalize: false
int8_mask: true
dtype: bfloat16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 30.94
IFEval (0-Shot) 81.94
BBH (3-Shot) 32.50
MATH Lvl 5 (4-Shot) 24.32
GPQA (0-shot) 6.94
MuSR (0-shot) 8.69
MMLU-PRO (5-shot) 31.27
Downloads last month
250
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for QuantFactory/Tulu-3.1-8B-SuperNova-GGUF

Paper for QuantFactory/Tulu-3.1-8B-SuperNova-GGUF

Evaluation results