DialoGPT-large/config.json

15 lines
273 B
JSON
Raw Normal View History

2020-03-11 03:13:46 +08:00
{
2020-03-24 05:50:23 +08:00
"architectures": [
"GPT2LMHeadModel"
],
"bos_token_id": 50256,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
"n_ctx": 1024,
"n_embd": 1280,
"n_head": 20,
"n_layer": 36,
"n_positions": 1024,
"vocab_size": 50257
}