Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: facebook/blenderbot-400M-distill
|
| 5 |
+
tags:
|
| 6 |
+
- chatbot
|
| 7 |
+
- conversation
|
| 8 |
+
- humanoid
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# English Chatbot Model
|
| 12 |
+
|
| 13 |
+
This is an English conversational chatbot model based on **facebook/blenderbot-400M-distill**.
|
| 14 |
+
|
| 15 |
+
## Description
|
| 16 |
+
The model is designed for daily English conversations and social interaction.
|
| 17 |
+
It can be used for chatbot systems and humanoid robot communication.
|
| 18 |
+
|
| 19 |
+
## Base Model
|
| 20 |
+
facebook/blenderbot-400M-distill
|