Transformers How to use Harikrishnan46624/Emotional_Support_Conversation_System_using_BlenderBot90m with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Harikrishnan46624/Emotional_Support_Conversation_System_using_BlenderBot90m")
model = AutoModelForSeq2SeqLM.from_pretrained("Harikrishnan46624/Emotional_Support_Conversation_System_using_BlenderBot90m")