HDTenEightyP commited on
Commit
786d6bf
·
verified ·
1 Parent(s): e8a9db0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -5,4 +5,16 @@ language:
5
  tags:
6
  - text-generation-inference
7
  ---
8
- GPT-NPC is a lightweight, 15-million-parameter LLM designed to play NPC characters in games.
 
 
 
 
 
 
 
 
 
 
 
 
 
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|