gpt2/config.json

14 lines
224 B
JSON
Raw Normal View History

2019-02-18 10:36:16 +00:00
{
2020-01-31 23:00:25 +00:00
"architectures": [
"GPT2LMHeadModel"
],
2019-02-18 10:36:16 +00:00
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"n_positions": 1024,
"vocab_size": 50257
}