Instructions to use Bhawna2003/ecommerce-llm-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio new
How to use Bhawna2003/ecommerce-llm-v2 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Bhawna2003/ecommerce-llm-v2 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Bhawna2003/ecommerce-llm-v2 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Bhawna2003/ecommerce-llm-v2 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Bhawna2003/ecommerce-llm-v2", max_seq_length=2048, )
π¦ 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...
Model tree for Bhawna2003/ecommerce-llm-v2
Base model
Qwen/Qwen2.5-7B Finetuned
Qwen/Qwen2.5-7B-Instruct Quantized
unsloth/Qwen2.5-7B-Instruct-bnb-4bit