kaitchup/qa-chat-persona-education
Viewer โข Updated โข 25k โข 18
How to use kaitchup/Llama-3.2-3B-Instruct-educational-chatbot with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("kaitchup/Llama-3.2-3B-Instruct-educational-chatbot", dtype="auto")This is a LoRA adapter for meta-llama/Llama-3.2-3B fine-tuned a synthetic dataset of questions and answers for educational purposes.
This adapter was made for demonstration purposes. The full training process is explained in this article: Train and Serve an AI Chatbot Based on Llama 3.2