File size: 927 Bytes
c283afe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "architectures": [
    "SmolLM3ForSequenceClassification"
  ],
  "attention_bias": false,
  "attention_dropout": 0.0,
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 128000,
  "dtype": "float32",
  "eos_token_id": 128001,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 32,
  "initializer_range": 0.02,
  "intermediate_size": 37,
  "layer_types": [
    "full_attention",
    "full_attention"
  ],
  "max_position_embeddings": 512,
  "mlp_bias": false,
  "model_type": "smollm3",
  "no_rope_layer_interval": 4,
  "no_rope_layers": [
    0,
    1
  ],
  "num_attention_heads": 4,
  "num_hidden_layers": 2,
  "num_key_value_heads": 4,
  "pad_token_id": 0,
  "rms_norm_eps": 1e-06,
  "rope_scaling": null,
  "rope_theta": 2000000.0,
  "sliding_window": null,
  "transformers_version": "4.57.0",
  "type_vocab_size": 16,
  "use_cache": true,
  "use_sliding_window": false,
  "vocab_size": 1024
}