EmiBot / README.md
AwesomeDWNJ's picture
Update README.md
6c524fb verified
|
Raw
History Blame Contribute Delete
373 Bytes
---
tags:
- conversational
- text-generation
pipeline_tag: text-generation
---
# EmiBot
This is a conversational chatbot model fine-tuned for natural language generation tasks.
## Usage
```python
from transformers import pipeline
chatbot = pipeline("text-generation", model="AwesomeDWNJ/EmiBot")
response = chatbot("Hello, how are you?")
print(response)
#EmiBot