Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,18 @@ tags:
|
|
| 4 |
- conversational
|
| 5 |
license: mit
|
| 6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
An generative AI made using [microsoft/DialoGPT-small](https://huggingface.co/microsoft/DialoGPT-small).
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# AEONA
|
| 10 |
Aeona is an chatbot which hope's to be able to talk with humans as if its an friend!
|
| 11 |
It's main target platform is discord.
|
|
@@ -35,7 +45,7 @@ Aeona works why using context of the previous messages and guessing the personal
|
|
| 35 |
The AI has a context of 6 messages which means it will reply until the 4th message from user.
|
| 36 |
[Example](https://huggingface.co/deepparag/Aeona-Beta/discussions/1)
|
| 37 |
|
| 38 |
-
## Hugging Face interference
|
| 39 |
I recommend send the user input,
|
| 40 |
previous 3 AI and human responses.
|
| 41 |
|
|
|
|
| 4 |
- conversational
|
| 5 |
license: mit
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# Aeona | Chatbot
|
| 9 |
+

|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
An generative AI made using [microsoft/DialoGPT-small](https://huggingface.co/microsoft/DialoGPT-small).
|
| 14 |
|
| 15 |
+
|
| 16 |
+
Recommended to use along with an [AIML Chatbot](https://github.com/deepsarda/Aeona-Aiml) to reduce load, get better replies, add name and personality to your bot.
|
| 17 |
+
Using an AIML Chatbot will allow you to hardcode some replies also.
|
| 18 |
+
|
| 19 |
# AEONA
|
| 20 |
Aeona is an chatbot which hope's to be able to talk with humans as if its an friend!
|
| 21 |
It's main target platform is discord.
|
|
|
|
| 45 |
The AI has a context of 6 messages which means it will reply until the 4th message from user.
|
| 46 |
[Example](https://huggingface.co/deepparag/Aeona-Beta/discussions/1)
|
| 47 |
|
| 48 |
+
## Tips for Hugging Face interference
|
| 49 |
I recommend send the user input,
|
| 50 |
previous 3 AI and human responses.
|
| 51 |
|