File size: 480 Bytes
9a47420
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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/>"
  ]
}