Ai1 / config.json
Kleinpuki2's picture
Create config.json
10a7a9f verified
{
"architectures": [
"GPT2LMHeadModel"
],
"model_type": "gpt2",
"vocab_size": 50257,
"n_positions": 1024,
"n_ctx": 1024,
"n_embd": 768,
"n_layer": 12,
"n_head": 12,
"torch_dtype": "float32",
"transformers_version": "4.30.0"
}