CleverBoi
Collection
CleverBoi is a curated collection of data that emphasizes logic, inference, science, code, math and empathy, and its fine tuned language models. • 15 items • Updated • 2
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:# 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: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:docker model run hf.co/theprint/CleverBoi-Llama-3.1-8B-Python:
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.
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
Install from brew
# 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: