BitNet_LLM_Project / config.json
Mudunk's picture
Upload BitNetGPTForCausalLM
beec39f verified
Raw
History Blame Contribute Delete
268 Bytes
{
"architectures": [
"BitNetGPTForCausalLM"
],
"bias": false,
"block_size": 256,
"dropout": 0.2,
"dtype": "float32",
"model_type": "bitnet_gpt",
"n_embd": 384,
"n_head": 6,
"n_layer": 6,
"transformers_version": "5.13.1",
"vocab_size": 65
}