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

BanBTPV3 is a Gemma4 based model that is finetuned on the BanBTP dataset.

This model has a 1M context window, is perfect for LLM tasks and is the sucessor to BanBTPv1 124M, BanBTPV2 and the 700M model. BanBTPV3 is lightning fast and perfect for LLM tasks. It is also good for RAG.

This model though has a motto: easy to run but hard to break. that means its prompt is designed to make the model extremely secure just like BanBTPV2.

To jailbreak BanBTPV3, shh, it's a secret! 🤫

have fun jailbreaking BanBTP!

This model is based on Gemma4-E2B. we finetune only on the most high quality parts of the BanBTP dataset.

BanBTP is open-source under apache 2.0. you can redistribute and modify as you please.

BanBTPV3 is designed to be smarter than other versions of BanBTP. using the Gemma 4-E2B architecture with the model finetuned on BanBTP and heretic and a coding dataset, the model is a sucessor to BanBTPV2. (Bigger is not always better, lol) BanBTPV3 officially closes and completes the BanBTPV2 model. with BanBTP V3 being the most recent and final model to BanBTP V1 and V2.

Bigger is not always better.

This LLM is good for:

General LLM tasks

Not much of coding tasks unless you add RAG and give the RAG a bunch of code.

Conversational tasks.

BanBTPV3 logo

Downloads last month
434
GGUF
Model size
5B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Collections including aaro765/BanBTPV3