Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
ThinkBot - Fine-tuned DialoGPT Conversational AI
|
| 5 |
+
**ThinkBot** is a fine-tuned conversational AI model based on Microsoft's DialoGPT-medium, designed for engaging and context-aware dialogues.
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
## Model Details
|
| 9 |
+
|
| 10 |
+
- **Architecture**: Transformer-based (DialoGPT-medium)
|
| 11 |
+
- **Parameters**: 345M
|
| 12 |
+
- **Fine-tuning Dataset**: Custom conversational data
|
| 13 |
+
- **Context Window**: 1024 tokens
|
| 14 |
+
- **Languages**: Primarily English
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## The full project build and files for the project can be run can be found in
|
| 18 |
+
|
| 19 |
+
https://github.com/ReXeeDD/ThinkBot/tree/main
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|