File size: 373 Bytes
78ced00
 
6c524fb
 
 
78ced00
 
6c524fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78ced00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
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