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="ishu-newaz/aiub_chatbot_v2",
	filename="unsloth.Q5_K_M.gguf",
)
llm.create_chat_completion(
	messages = "{\n    \"question\": \"What is my name?\",\n    \"context\": \"My name is Clara and I live in Berkeley.\"\n}"
)

Model Information

This model is a fine tuned version of LLama 3.2 1B Instruct for the specefic purpose of making a Chatbot for American International University-Banglades (AIUB). The dataset can be found on AIUB-Generic-Dataset . Feel free to use it as you like. It's still a very early version so if you want to contribute on improving, Feel free to do so!

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

5-bit

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

Model tree for ishu-newaz/aiub_chatbot_v2

Quantized
(75)
this model

Dataset used to train ishu-newaz/aiub_chatbot_v2