File size: 1,042 Bytes
cd19fa2 1531624 cd19fa2 1531624 cd19fa2 1531624 cd19fa2 1531624 cd19fa2 1531624 cd19fa2 1531624 cd19fa2 1531624 cd19fa2 1531624 cd19fa2 1531624 cd19fa2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
{
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attn_pdrop": 0.0,
"bos_token_id": 1,
"c_max_position_embeddings": 2048,
"embd_pdrop": 0.0,
"eos_token_id": 2,
"fcm_max_ratio": 0.0,
"fcm_min_ratio": 0.0,
"flash_attn_key_chunk_size": 1024,
"flash_attn_query_chunk_size": 1024,
"freq_max_position_embeddings": 2048,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 5632,
"load_in_8bit": false,
"max_position_embeddings": 2048,
"model_type": "llama",
"num_attention_heads": 32,
"num_hidden_layers": 22,
"num_key_value_heads": 4,
"number_rep_kv": 1,
"pretraining_tp": 1,
"resid_pdrop": 0.0,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000,
"scan_mlp_chunk_size": 1024,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.35.2",
"use_cache": true,
"use_flash_attention": false,
"use_pjit_attention_force": false,
"use_sacn_mlp": false,
"vocab_size": 32000
}
|