testing_v0 / config.json
jkgl's picture
Update config.json
221dd03 verified
{
"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
}