armgpt / config.json
Crisya's picture
Upload ArmGPT model
d993048 verified
Raw
History Blame Contribute Delete
232 Bytes
{
"architecture": "ArmGPT",
"n_layer": 12,
"n_head": 12,
"n_embd": 768,
"block_size": 512,
"dropout": 0.2,
"vocab_size": 16000,
"tokenizer_type": "bpe",
"training_steps": 24000,
"n_params": 109923072
}