perklm / config.json
drew2ch's picture
fix: move config.json to root
cb072e6
Raw
History Blame Contribute Delete
402 Bytes
{
"architectures": [
"PerkLM"
],
"auto_map": {
"AutoConfig": "modeling_perklm.PerkLMConfig",
"AutoModelForCausalLM": "modeling_perklm.PerkLM"
},
"d_ff": 2048,
"d_model": 512,
"dropout": 0.1,
"dtype": "float32",
"maxt": 512,
"model_type": "perklm",
"n_heads": 8,
"n_layers": 6,
"tokenizer_path": "tokenizer",
"transformers_version": "4.57.3"
}