Deci
/

Text Generation
Transformers
Safetensors
deci
custom_code
DeciCoder-6B / config.json
tomer-deci's picture
Update config.json
a0f5f66 verified
{
"_name_or_path": "Deci/DeciCoder-6B",
"architectures": [
"DeciLMForCausalLM"
],
"attention_bias": false,
"auto_map": {
"AutoConfig": "configuration_decilm.DeciLMConfig",
"AutoModelForCausalLM": "modeling_decilm.DeciLMForCausalLM"
},
"bos_token_id": 50256,
"eos_token_id": 50256,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 11008,
"max_position_embeddings": 2048,
"model_type": "deci",
"naive_attention_decode_batched": true,
"naive_attention_decode_single": true,
"naive_attention_prefill": true,
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 32,
"num_key_value_heads_per_layer": [
4,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
4
],
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": {
"factor": 2.0,
"type": "dynamic"
},
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.35.2",
"use_bfloat16": true,
"use_cache": true,
"vocab_size": 51200
}