Text2Text Generation
Safetensors
English
t5
Edit model card

About model

A customer support chatbot built on Google's T5 architecture and fine-tuned using the bitext/Bitext-customer-support-llm-chatbot-training-dataset. Designed to understand natural language and provide accurate, efficient responses for a wide range of customer service scenarios. Ideal for automating support, answering queries, and enhancing user experience in customer-facing applications.

How to Get Started with the Model

from transformers import T5Tokenizer, T5ForConditionalGeneration

model_name = "sunbv56/T5_Chatbot_CustomerSupport"
tokenizer = T5Tokenizer.from_pretrained(model_name, legacy=False)
model = T5ForConditionalGeneration.from_pretrained(model_name)

Example code here

https://www.kaggle.com/code/thuntrngbnh/test-t5-chatbot-customersupport

Downloads last month
91
Safetensors
Model size
223M params
Tensor type
F32
·
Inference Examples
Unable to determine this model's library. Check the docs .

Model tree for sunbv56/T5_Chatbot_CustomerSupport

Base model

google-t5/t5-base
Finetuned
(391)
this model

Dataset used to train sunbv56/T5_Chatbot_CustomerSupport