simple-lm-v2 / config.json
etanlightstone's picture
Upload folder using huggingface_hub
116f003 verified
Raw
History Blame Contribute Delete
560 Bytes
{
"activation": "gelu",
"architectures": [
"_SimpleLMForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_simple_lm.SimpleLMConfig",
"AutoModelForCausalLM": "modeling_simple_lm.SimpleLMForCausalLM"
},
"bias": true,
"bos_token_id": 1,
"context_length": 512,
"d_ff": 2048,
"d_model": 768,
"dropout": 0.1,
"dtype": "float32",
"eos_token_id": 2,
"model_type": "simple_lm",
"n_heads": 8,
"n_layers": 12,
"pad_token_id": 2,
"tie_word_embeddings": true,
"transformers_version": "5.8.0",
"vocab_size": 32000
}