PhysiQuanty's picture
Upload 10 files
cc4d63b verified
Raw
History Blame Contribute Delete
703 Bytes
{
"model_type": "firstname_gender",
"architectures": [
"FirstNameGenderForCausalLM"
],
"auto_map": {
"AutoConfig": "modeling_firstname_gender.FirstNameGenderConfig",
"AutoModel": "modeling_firstname_gender.FirstNameGenderForCausalLM",
"AutoModelForCausalLM": "modeling_firstname_gender.FirstNameGenderForCausalLM"
},
"vocab_size": 32768,
"ctx_len": 20,
"max_position_embeddings": 20,
"n_layer": 4,
"n_head": 4,
"n_embd": 384,
"hidden_size": 384,
"num_hidden_layers": 4,
"num_attention_heads": 4,
"dropout": 0.0,
"pad_token_id": 0,
"F_ID": 42,
"M_ID": 49,
"attention_backend": "sage",
"torch_dtype": "bfloat16",
"transformers_version": "custom"
}