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 EpistemeAI/Dolphin-Llama-3.1-8B-orpo-v0.1-4bit-gguf:F16
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": "EpistemeAI/Dolphin-Llama-3.1-8B-orpo-v0.1-4bit-gguf:F16"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

gguf:

  • q4_k_m
  • 16-bit

This model is based on Meta Llama 3.1 8b, and is governed by the Llama 3.1 license.

Fine-tune using ORPO

Training Details

Training Data

  • dataset: reciperesearch/dolphin-sft-v0.1-preference

Training Procedure

ORPO techniques

Training Hyperparameters

  • Training regime: {{ training_regime | default("[More Information Needed]", true)}}

TrainOutput(global_step=30, training_loss=4.25380277633667, metrics={'train_runtime': 679.3467, 'train_samples_per_second': 0.353, 'train_steps_per_second': 0.044, 'total_flos': 0.0, 'train_loss': 4.25380277633667, 'epoch': 0.015})

Downloads last month
206
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

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

Model tree for EpistemeAI/Dolphin-Llama-3.1-8B-orpo-v0.1-4bit-gguf

Quantized
(238)
this model

Dataset used to train EpistemeAI/Dolphin-Llama-3.1-8B-orpo-v0.1-4bit-gguf