Files
GPT2-Chinese/config/model_config_test.json

10 lines
169 B
JSON
Raw Normal View History

2019-11-20 10:52:50 +08:00
{
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"n_ctx": 64,
"n_embd": 128,
"n_head": 2,
"n_layer": 1,
"n_positions": 64,
"vocab_size": 13317
}