CoolFace
Modelpublic

Himel09/llama-customer-support-ai-lora

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes37downloads
Model Card

๐Ÿฆ 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:
  • โ€”unsloth
  • โ€”transformers
  • โ€”trl (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.