How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="hgupta2004/customer_support_llm")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("hgupta2004/customer_support_llm")
model = AutoModelForCausalLM.from_pretrained("hgupta2004/customer_support_llm", device_map="auto")
Quick Links

customer_support_llm

This repository contains a lightweight demo customer-support language model published for local testing and integration.

Downloads last month
47
Safetensors
Model size
28.5k params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support