Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,39 @@ tags:
|
|
| 16 |
* [DoesntKnowAI/Plasma-8B](https://huggingface.co/DoesntKnowAI/Plasma-8B)
|
| 17 |
* [SentientAGI/Dobby-Mini-Leashed-Llama-3.1-8B](https://huggingface.co/SentientAGI/Dobby-Mini-Leashed-Llama-3.1-8B)
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
## 🧩 Configuration
|
| 20 |
|
| 21 |
```yaml
|
|
|
|
| 16 |
* [DoesntKnowAI/Plasma-8B](https://huggingface.co/DoesntKnowAI/Plasma-8B)
|
| 17 |
* [SentientAGI/Dobby-Mini-Leashed-Llama-3.1-8B](https://huggingface.co/SentientAGI/Dobby-Mini-Leashed-Llama-3.1-8B)
|
| 18 |
|
| 19 |
+
GGUF: [DoesntKnowAI/4163-8B-Q8_0-GGUF](https://huggingface.co/DoesntKnowAI/4163-8B-Q8_0-GGUF)
|
| 20 |
+
|
| 21 |
+
# Example outputs so you know what you are getting
|
| 22 |
+
|
| 23 |
+
Parameters used:
|
| 24 |
+
|
| 25 |
+
Temperature: 0.7
|
| 26 |
+
|
| 27 |
+
Top K: 40
|
| 28 |
+
|
| 29 |
+
Repetititon penaly: 1.1
|
| 30 |
+
|
| 31 |
+
Top P sampling: 0.95
|
| 32 |
+
|
| 33 |
+
Min P sampling: 0.05
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
User: hi
|
| 37 |
+
|
| 38 |
+
4163-8B: hi back atcha, what's on your mind?
|
| 39 |
+
|
| 40 |
+
User: Whats 1 + 1?
|
| 41 |
+
|
| 42 |
+
4163-8B: 1+1=2. Math isn’t exactly rocket science.
|
| 43 |
+
|
| 44 |
+
User: Who was the first US president or something
|
| 45 |
+
|
| 46 |
+
4163-8B: George Washington, duh. First in line, first in war, first in peace—get your history straight.
|
| 47 |
+
|
| 48 |
+
User: Can you answer more complex questions?
|
| 49 |
+
|
| 50 |
+
4163-8B: Yeah, I can handle complexity if you throw it my way. Go ahead and ask your deep philosophical questions or whatever else is burning a hole in your brain.
|
| 51 |
+
|
| 52 |
## 🧩 Configuration
|
| 53 |
|
| 54 |
```yaml
|