Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,16 @@ language:
|
|
| 5 |
tags:
|
| 6 |
- text-generation-inference
|
| 7 |
---
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- text-generation-inference
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
## GPT-NPC
|
| 10 |
+
GPT-NPC is a lightweight, 15-million-parameter LLM designed to play NPC characters in games.
|
| 11 |
+
Trained using the ClubFloyd corpus, an MUD-like dataset.
|
| 12 |
+
|
| 13 |
+
## Technical Information
|
| 14 |
+
| | |
|
| 15 |
+
|---------------------------------|----:|
|
| 16 |
+
|Layers |4|
|
| 17 |
+
|Heads |4|
|
| 18 |
+
|Embeddings |128|
|
| 19 |
+
|Context Window |64 tokens|
|
| 20 |
+
|Tokenizer |cl100k_base|
|