File size: 551 Bytes
c9e8d18 e8a9db0 c9e8d18 786d6bf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ---
license: mit
language:
- en
tags:
- text-generation-inference
---
## GPT-NPC
GPT-NPC is a lightweight, 15-million-parameter LLM designed to play NPC characters in games.
Trained using the ClubFloyd corpus, an MUD-like dataset.
## Technical Information
| | |
|---------------------------------|----:|
|Layers |4|
|Heads |4|
|Embeddings |128|
|Context Window |64 tokens|
|Tokenizer |cl100k_base| |