Text Generation
PEFT
TensorBoard
Safetensors
English
Trained with AutoTrain
text-generation-inference
lora
qwen
customer-support
ecommerce
sme-ai
workflow-automation
conversational
Instructions to use shubhbali/customer-support-llm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
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") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!