Update README.md
Browse files
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 |
+

|
| 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|
|