33 lines
759 B
JSON
33 lines
759 B
JSON
|
|
{
|
||
|
|
"architectures": [
|
||
|
|
"LlamaForCausalLM"
|
||
|
|
],
|
||
|
|
"attention_bias": false,
|
||
|
|
"attention_dropout": 0.0,
|
||
|
|
"bos_token_id": 100257,
|
||
|
|
"embd_pdrop": 0.0,
|
||
|
|
"eos_token_id": 100265,
|
||
|
|
"head_dim": 128,
|
||
|
|
"hidden_act": "silu",
|
||
|
|
"hidden_size": 4096,
|
||
|
|
"initializer_range": 0.02,
|
||
|
|
"intermediate_size": 8192,
|
||
|
|
"max_position_embeddings": 262144,
|
||
|
|
"mlp_bias": false,
|
||
|
|
"model_type": "llama",
|
||
|
|
"num_attention_heads": 32,
|
||
|
|
"num_hidden_layers": 28,
|
||
|
|
"num_key_value_heads": 8,
|
||
|
|
"pad_token_id": 100257,
|
||
|
|
"pretraining_tp": 1,
|
||
|
|
"resid_pdrop": 0.0,
|
||
|
|
"rms_norm_eps": 1e-06,
|
||
|
|
"rope_scaling": null,
|
||
|
|
"rope_theta": 128000000,
|
||
|
|
"tie_word_embeddings": true,
|
||
|
|
"torch_dtype": "float32",
|
||
|
|
"transformers_version": "4.51.3",
|
||
|
|
"use_cache": false,
|
||
|
|
"vocab_size": 102400
|
||
|
|
}
|