openai-gpt/config.json

19 lines
326 B
JSON
Raw Normal View History

2019-02-08 09:05:52 +00:00
{
2020-01-31 23:00:28 +00:00
"architectures": [
"OpenAIGPTLMHeadModel"
],
2019-02-08 09:05:52 +00:00
"afn": "gelu",
"attn_pdrop": 0.1,
"embd_pdrop": 0.1,
"initializer_range": 0.02,
2019-02-08 20:44:42 +00:00
"layer_norm_epsilon": 1e-05,
2019-02-08 09:05:52 +00:00
"n_ctx": 512,
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"n_positions": 512,
"n_special": 0,
"resid_pdrop": 0.1,
"vocab_size": 40478
}