Text Generation
Transformers
Safetensors
GGUF
English
mistral
text-generation-inference
unsloth
trl
sft
theprint
conversational
Eval Results (legacy)
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 theprint/ReWiz-7B:
# Run inference directly in the terminal:
llama-cli -hf theprint/ReWiz-7B:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf theprint/ReWiz-7B:
# Run inference directly in the terminal:
llama-cli -hf theprint/ReWiz-7B:
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 theprint/ReWiz-7B:
# Run inference directly in the terminal:
./llama-cli -hf theprint/ReWiz-7B:
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 theprint/ReWiz-7B:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf theprint/ReWiz-7B:
Use Docker
docker model run hf.co/theprint/ReWiz-7B:
Quick Links

ReWiz-7B

This is a fine tune of Mistral 7B Instruct (0.3). Half the data was geared towards better reasoning (EvolKit-20k and reasoning-base-20k), the other half will help to de-censor the model (WizardLM data set).

Uploaded model

  • Developed by: theprint
  • License: apache-2.0
  • Finetuned from model : unsloth/mistral-7b-instruct-v0.3-bnb-4bit

This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 17.54
IFEval (0-Shot) 40.48
BBH (3-Shot) 23.50
MATH Lvl 5 (4-Shot) 2.57
GPQA (0-shot) 3.36
MuSR (0-shot) 16.74
MMLU-PRO (5-shot) 18.56
Downloads last month
203
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for theprint/ReWiz-7B

Quantized
(188)
this model
Merges
1 model
Quantizations
2 models

Datasets used to train theprint/ReWiz-7B

Collection including theprint/ReWiz-7B

Evaluation results