| { | |
| "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 | |
| } | |