Text Generation
Safetensors
English
llama
bitnet
1.58-bit
code
falcon
ternary
conversational
falcon-coder-3b / config.json
anthonylee991's picture
Falcon-Coder-3B 1.58-bit base (BF16, post-SFT)
c17d8e1 verified
Raw
History Blame Contribute Delete
699 Bytes
{
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": null,
"dtype": "bfloat16",
"eos_token_id": 11,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 13312,
"max_position_embeddings": 32768,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 16,
"num_hidden_layers": 32,
"num_key_value_heads": 2,
"pad_token_id": 11,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 1000000,
"tie_word_embeddings": false,
"transformers_version": "4.57.6",
"use_cache": false,
"vocab_size": 32768
}