Update README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,24 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
base_model:
|
| 5 |
-
- unsloth/llama-3-8b-Instruct
|
| 6 |
- unsloth/Meta-Llama-3.1-8B-Instruct
|
| 7 |
-
- unsloth/Llama-3.2-3B-Instruct
|
| 8 |
pipeline_tag: question-answering
|
| 9 |
license: apache-2.0
|
| 10 |
datasets:
|
| 11 |
- NoCanGo/WaifuDB
|
| 12 |
---
|
| 13 |
-
A project to create a chatbot that is knowledgeable in anime since the base models are severely lacking in that department.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
base_model:
|
|
|
|
| 5 |
- unsloth/Meta-Llama-3.1-8B-Instruct
|
|
|
|
| 6 |
pipeline_tag: question-answering
|
| 7 |
license: apache-2.0
|
| 8 |
datasets:
|
| 9 |
- NoCanGo/WaifuDB
|
| 10 |
---
|
| 11 |
+
A project to create a chatbot that is knowledgeable in anime since the base models are severely lacking in that department.
|
| 12 |
+
|
| 13 |
+
WaifuGPT3: Llama 3 8B
|
| 14 |
+
WaifuGPT3.1: Llama 3.1 8B
|
| 15 |
+
WaifuGPT3.2: Llama 3.2 3B
|
| 16 |
+
|
| 17 |
+
Version 3 has less censorship and similar performance to 3.1.
|
| 18 |
+
Version 3.1 is newer with similar quality than 3.
|
| 19 |
+
Version 3.2 is less accurate but gives much quicker answers, perfect for an android device.
|
| 20 |
+
|
| 21 |
+
Recommended temperature 0.5 for an accurate answer.
|
| 22 |
+
Recommended temperature 0.7 for a creative answer.
|
| 23 |
+
|
| 24 |
+
Usage example: Who would win a fight between Sakura Haruno and Tsunade? Expected answer example: Both Sakura Haruno and Tsunade are known for their physical strength but Tsunade's experience might give her a small edge.
|
| 25 |
+
Usage example: Answer me as Tsunade to: What do you think about Sakura Haruno? Expected answer example: Heh Sakura is a skilled kunoichi but a little too fragile if you ask me.
|