| { | |
| "architectures": [ | |
| "GPT2LMHeadModel" | |
| ], | |
| "model_type": "gpt2", | |
| "vocab_size": 50257, | |
| "n_positions": 256, | |
| "n_ctx": 256, | |
| "n_embd": 768, | |
| "n_layer": 12, | |
| "n_head": 12, | |
| "activation_function": "gelu", | |
| "bos_token_id": 50256, | |
| "eos_token_id": 50256, | |
| "pad_token_id": 50256 | |
| } |