How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf theprint/CleverBoi-Phi-3.5-mini-instruct:
# Run inference directly in the terminal:
llama cli -hf theprint/CleverBoi-Phi-3.5-mini-instruct:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf theprint/CleverBoi-Phi-3.5-mini-instruct:
# Run inference directly in the terminal:
llama cli -hf theprint/CleverBoi-Phi-3.5-mini-instruct:
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-Phi-3.5-mini-instruct:
# Run inference directly in the terminal:
./llama-cli -hf theprint/CleverBoi-Phi-3.5-mini-instruct:
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-Phi-3.5-mini-instruct:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf theprint/CleverBoi-Phi-3.5-mini-instruct:
Use Docker
docker model run hf.co/theprint/CleverBoi-Phi-3.5-mini-instruct:
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.

This model has been fine tuned for 1 epoch on the CleverBoi-Data-20k data set.

Uploaded model

  • Developed by: theprint
  • License: apache-2.0
  • Finetuned from model : unsloth/phi-3.5-mini-instruct-bnb-4bit

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

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

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

Dataset used to train theprint/CleverBoi-Phi-3.5-mini-instruct

Collection including theprint/CleverBoi-Phi-3.5-mini-instruct