How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="theprint/CleverBoi-Llama-3.1-8B-Instruct")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("theprint/CleverBoi-Llama-3.1-8B-Instruct", device_map="auto")
Quick Links

CleverBoi

The CleverBoi series is based on models that have been fine tuned on a collection of data sets that emphasize logic, inference, math and coding, also known as the CleverBoi data set.

Uploaded model

  • Developed by: theprint
  • License: apache-2.0
  • Finetuned from model : unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit

This llama 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. 13.55
IFEval (0-Shot) 16.82
BBH (3-Shot) 24.05
MATH Lvl 5 (4-Shot) 2.42
GPQA (0-shot) 6.71
MuSR (0-shot) 8.28
MMLU-PRO (5-shot) 23.06
Downloads last month
834
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

16-bit

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

Model tree for theprint/CleverBoi-Llama-3.1-8B-Instruct

Dataset used to train theprint/CleverBoi-Llama-3.1-8B-Instruct

Collection including theprint/CleverBoi-Llama-3.1-8B-Instruct

Evaluation results