πŸ“¦ E-commerce Customer Support AI (Fine-tuned)

This model is a specialized version of Qwen2.5-7B-Instruct, fine-tuned using Unsloth and QLoRA for high-efficiency inference. It is designed to act as an intelligent support agent for Indian e-commerce platforms.

πŸš€ Key Capabilities:

  • Regional Logistics: Knowledge of warehouse stock status for Mumbai and Chennai hubs.
  • Inventory Management: Specialized in Electronics, Beauty products, and Home Appliances.
  • Order Tracking: Capable of guiding users through order status and cancellation flows.
  • Optimized Performance: 4-bit quantization allows it to run on low-resource GPUs (like T4) with high speed.

πŸ› οΈ Technical Profile:

  • Developer: Bhawna2003
  • Training Method: QLoRA (Rank 16, Alpha 32)
  • Framework: Unsloth (2x faster training, 60% less memory)
  • Primary Use Case: Customer Service Automation & Chatbot Integration.

πŸ“– How to Use (Gradio/Python):

To run this model in a simple UI, use the following snippet in Google Colab:

from unsloth import FastLanguageModel
import gradio as gr

model, tokenizer = FastLanguageModel.from_pretrained(
    model_name = "Bhawna2003/ecommerce-llm-v2",
    load_in_4bit = True,
)
FastLanguageModel.for_inference(model)

# Add your inference logic here...
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Bhawna2003/ecommerce-llm-v2

Base model

Qwen/Qwen2.5-7B
Finetuned
(150)
this model