indonesian-text-generator-lite / generation_config.json
fvandi's picture
Create generation_config.json
a108286 verified
raw
history blame contribute delete
140 Bytes
{
"model_type": "gpt2",
"vocab_size": 50257,
"n_positions": 1024,
"n_ctx": 1024,
"n_embd": 768,
"n_layer": 12,
"n_head": 12
}