Files
GPT2-Chinese/config/model_config_small.json
2019-10-16 16:07:03 +08:00

10 lines
175 B
JSON

{
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_layer": 10,
"n_positions": 1024,
"vocab_size": 13317
}