c0c52e6
baef585
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
license: mit
datasets:
- Skylion007/openwebtext
---
# MinGPT
Normal GPT 2 Architecture with below config trained on subset of openwebtext
```
n_ctx=256,
n_positions = 256,
n_layer = 6,
n_embd = 384,
n_head = 6,
``` |