llama-with-feats / config.json
unography's picture
Create config.json
555a05e verified
raw
history blame contribute delete
903 Bytes
{
"architectures": [
"LlamaWithFeatsForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_llama_lm_feats.LlamaWithFeatsEncoderConfig",
"AutoModelForCausalLM": "model_llama_lm_feats.LlamaWithFeatsForCausalLM"
},
"bos_token_id": 1,
"eos_token_id": 2,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 5632,
"layerdrop": 0,
"max_position_embeddings": 2048,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 32,
"num_hidden_layers": 16,
"num_key_value_heads": 8,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"feats_hidden_size": 8,
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"use_cache": false,
"vocab_size": 1024
}