aos-qmodel-hermeai / config.json
lucasdozie's picture
Upload config.json with huggingface_hub
b2e04f0 verified
raw
history blame
274 Bytes
{
"architectures": [
"OpenHermesModel"
],
"model_type": "gpt",
"num_attention_heads": 12,
"num_hidden_layers": 24,
"hidden_size": 1024,
"vocab_size": 50257,
"n_positions": 1024,
"n_ctx": 1024,
"activation_function": "gelu_new"
}