EmiBot / README.md
AwesomeDWNJ's picture
Update README.md
6c524fb verified
|
Raw
History Blame Contribute Delete
373 Bytes
metadata
tags:
  - conversational
  - text-generation
pipeline_tag: text-generation

EmiBot

This is a conversational chatbot model fine-tuned for natural language generation tasks.

Usage

from transformers import pipeline

chatbot = pipeline("text-generation", model="AwesomeDWNJ/EmiBot")

response = chatbot("Hello, how are you?")
print(response)


#EmiBot