HDTenEightyP commited on
Commit
c225211
·
verified ·
1 Parent(s): 6b3a3b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - text-generation-inference
7
+ pipeline_tag: text-generation
8
+ ---
9
+
10
+ ![GPTUsenet2](https://cdn-uploads.huggingface.co/production/uploads/64b7618e2f5a966b972e9978/FNEKaeJ3of0W_HQ8x3amo.jpeg)
11
+
12
+ ## GPT-First Person Experience
13
+ An 6.83-million parameter LLM using GPT-2 encodings.
14
+ Trained using 80MB of text adventure game transcripts.
15
+ Supervised fine-tuning should be performed before use.
16
+
17
+ ## Technical Information
18
+ | | |
19
+ |---------------------------------|----:|
20
+ |Layers |2|
21
+ |Heads |2|
22
+ |Embeddings |128|
23
+ |Context Window |16384 tokens|
24
+ |Tokenizer |GPT-2 BPE|