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

CleverBoi

This is an experimental fine tune of theprint/CleverBoi-Llama-3.1-8B-v2, which was given additional fine tuning on the iamtarun/python_code_instructions_18k_alpaca data set (1 epoch).

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-bnb-4bit

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

Downloads last month
166
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

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

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