Question Answering
Transformers
GGUF
English
llama
Llama
Meta
facebook
conversational
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="ishu-newaz/aiub_test_bot")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ishu-newaz/aiub_test_bot", device_map="auto")
Quick Links

Model Information

This model is a fine tuned version of LLama 3.2 3B 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
9
GGUF
Model size
3B 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_test_bot

Quantized
(112)
this model

Datasets used to train ishu-newaz/aiub_test_bot

Free AI Image Generator No sign-up. Instant results. Open Now