custom-model / config.json
charlesxsh's picture
yo
3bf08d4
raw
history blame contribute delete
282 Bytes
{
"hidden_size": 128,
"model_type": "custom-model",
"transformers_version": "4.44.2",
"auto_map": {
"AutoModel": "custom_model.CustomModel",
"AutoConfig": "custom_model.CustomModelConfig"
},
"architectures": [
"AquilaModel"
],
"num_attention_heads": 1
}