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

Zephyr 7B Alpha-GGUF

Description

Zephyr is a series of language models that are trained to act as helpful assistants. Zephyr-7B-β is the second model in the series, and is a fine-tuned version of mistralai/Mistral-7B-v0.1 that was trained on on a mix of publicly available, synthetic datasets using Direct Preference Optimization (DPO). We found that removing the in-built alignment of these datasets boosted performance on MT Bench and made the model more helpful. However, this means that model is likely to generate problematic text when prompted to do so. You can find more details in the technical report.

  • Model type: A 7B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets.
  • Language(s) (NLP): Primarily English
  • License: MIT
  • Finetuned from model: mistralai/Mistral-7B-v0.1
Downloads last month
99
GGUF
Model size
7B 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/zephyr-7b-beta-GGUF

Quantized
(31)
this model

Papers for QuantFactory/zephyr-7b-beta-GGUF