GoldenGekko's picture
Upload folder using huggingface_hub
9a0a4c5 verified
Raw
History Blame Contribute Delete
556 Bytes
{
"architectures": [
"LLMForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_llm.LinguaLaboratoriumMechanicusConfig",
"AutoModelForCausalLM": "modeling_llm.LLMForCausalLM"
},
"dropout": 0.1,
"dtype": "float32",
"emb_dim": 768,
"hidden_size": 768,
"max_context_length": 1024,
"model_type": "lingua_laboratorium_mechanicus",
"n_heads": 12,
"n_layers": 12,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"qkv_bias": false,
"transformers_version": "4.57.3",
"vocab_size": 50259
}