File size: 585 Bytes
3c194cb 221dd03 3c194cb |
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 |
{
"architectures": [
"LlamaForCausalLM"
],
"vocab_size": 101,
"num_attention_heads": 2,
"hidden_size": 192,
"num_hidden_layers": 1,
"intermediate_size": 1024,
"n_ctx": 1024,
"pad_token_id": 0,
"eos_token_id": 2,
"bos_token_id": 1,
"model_type": "llama",
"initializer_range": 0.02,
"attention_dropout": 0.0,
"hidden_act": "silu",
"num_key_value_heads": 1,
"head_dim": 96,
"rms_norm_eps": 1e-05,
"rope_theta": 10000.0,
"attention_bias": false,
"mlp_bias": false,
"tie_word_embeddings": false
} |