stldec_arch / config.json
saracandu's picture
Upload folder using huggingface_hub
d317b97 verified
raw
history blame contribute delete
670 Bytes
{
"architectures": [
"STLDecoderModel"
],
"auto_map": {
"AutoConfig": "configuration_stldec.STLDecoderConfig",
"AutoModel": "modeling_stldec.STLDecoderModel",
"AutoModelForCausalLM": "modeling_stldec.STLDecoderModel",
"AutoTokenizer": [
"tokenizer_stldec.STLTokenizer",
null
]
},
"bos_token_id": 2,
"eos_token_id": 3,
"pad_token_id": 1,
"model_type": "stl_decoder",
"hidden_size": 1024,
"intermediate_size": 4096,
"num_attention_heads": 16,
"num_hidden_layers": 12,
"max_position_embeddings": 512,
"embedding_dim_target": 1024,
"vocab_size": 35,
"dtype": "float32",
"transformers_version": "4.57.3"
}