guppylm-9M / config.json
arman-bd's picture
Upload folder using huggingface_hub
f68ee8c verified
raw
history blame contribute delete
322 Bytes
{
"model_type": "guppylm",
"architectures": [
"GuppyLM"
],
"vocab_size": 4096,
"max_position_embeddings": 128,
"hidden_size": 384,
"num_hidden_layers": 6,
"num_attention_heads": 6,
"intermediate_size": 768,
"hidden_dropout_prob": 0.1,
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2
}