Sam-Z-1-tensorflow / config.json
Keeby-smilyai's picture
Upload folder using huggingface_hub
9a47420 verified
raw
history blame contribute delete
480 Bytes
{
"model_type": "sam1",
"architectures": [
"SAM1ForCausalLM"
],
"vocab_size": 50261,
"max_position_embeddings": 1024,
"hidden_size": 768,
"num_hidden_layers": 16,
"num_attention_heads": 12,
"intermediate_size": 5376,
"hidden_act": "silu",
"rope_theta": 10000,
"rms_norm_eps": 1e-05,
"bos_token_id": 50256,
"eos_token_id": 50256,
"pad_token_id": 50256,
"custom_tokens": [
"<|im_start|>",
"<|im_end|>",
"<think>",
"<think/>"
]
}