arithmetic / config.json
evanhanders's picture
Update config.json
95b17d3
raw
history blame contribute delete
334 Bytes
{
"activation_function": "relu",
"architectures": [
"GPT2LMHeadModel"
],
"attn_pdrop": 0.1,
"bos_token_id": 13,
"embd_pdrop": 0.1,
"eos_token_id": 13,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
"n_ctx": 15,
"n_embd": 4,
"n_head": 2,
"n_layer": 1,
"vocab_size": 14
}