Himel09/llama-customer-support-ai-lora
037
๐ฆ Banking Chatbot โ LoRA Fine-Tuned Model
This model is a LoRA fine-tuned version of a Llama-based model, designed to detect user intent for banking tasks and generate agent-style responses. It is optimized for tasks such as:
- โ Checking balance
- โ Last transaction lookup
- โ Transaction history
- โ Loan eligibility queries
- โ Banking account actions
- โ Customer service style replies
๐ง Model Details
- Base Model: Llama-3 / Unsloth version (4-bit quantized during training)
- Fine-Tuning Method: LoRA (Parameter-Efficient Training)
- Frameworks Used:
unslothtransformerstrl(SFTTrainer)- Dataset: Custom banking conversational dataset with structured responses
- Purpose: Intent detection + Agent response generation
๐ Training Format
The model is trained on structured dialogue patterns such as:
Each record includes:
- User query
- Intent label
- Agent response
This format ensures stable predictable output for banking applications.
