GGUF
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="aaro765/BanBTP-V5",
	filename="Banbtpv5-54M-F16.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

We introduce BanBTP V5, a step up from V4. Go to BanBTP comparison for more info.

BanBTP is a series of models in MILLIONS of parameters. It is designed to be a SLM. for local pc use.

Downloads last month
15
GGUF
Model size
54.2M params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

16-bit

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

Collection including aaro765/BanBTP-V5