Instructions to use Harikrishnan46624/Emotional_Support_Conversation_System_using_BlenderBot90m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- 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") - Notebooks
- Google Colab
- Kaggle