rjac/e-commerce-customer-support-qa
Viewer • Updated • 1k • 96 • 3
How to use shubhbali/customer-support-llm with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-0.5B-Instruct")
model = PeftModel.from_pretrained(base_model, "shubhbali/customer-support-llm")LoRA fine-tune of Qwen/Qwen2-0.5B-Instruct trained with Hugging Face AutoTrain on rjac/e-commerce-customer-support-qa.
This prototype explores whether a small open-source language model can be adapted for e-commerce customer-support workflows relevant to SMEs.
Qwen/Qwen2-0.5B-Instructrjac/e-commerce-customer-support-qaconversationA small e-commerce business could use a lightweight adapted model to draft first-pass support replies, help triage customer issues, and support customer-service workflows without relying only on closed frontier models.
Customer: I ordered a phone case last week and the tracking page still says pending. Can you help?
Agent: