How to use from
Docker Model Runner
docker model run hf.co/nagham-mlb/supportbot-model
Quick Links

SupportBot Customer Support Model

This model is a fine-tuned version of distilgpt2 specifically designed for customer support conversations on the SupportBot platform.

Model Description

A conversational AI model that provides helpful, accurate responses to common customer support queries including password resets, order tracking, return policies, account management, and troubleshooting.

Intended Uses

This model is designed to:

  • Answer customer support questions automatically
  • Provide consistent, accurate responses
  • Reduce human agent workload
  • Offer 24/7 support availability

How to Use

Python (Transformers)

from transformers import pipeline

generator = pipeline('text-generation', model='nagham-mlb/supportbot-model')

prompt = "User: How do I reset my password?\nBot:"
response = generator(prompt, max_new_tokens=100, temperature=0.7)
print(response[0]['generated_text'])
Downloads last month
5
Safetensors
Model size
81.9M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for nagham-mlb/supportbot-model

Quantized
(23)
this model