| { | |
| "architectures": [ | |
| "SentimentalForSequenceClassification" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_sentimental.SentimentalConfig", | |
| "AutoModel": "modeling_sentimental.SentimentalModel", | |
| "AutoModelForSequenceClassification": "modeling_sentimental.SentimentalForSequenceClassification" | |
| }, | |
| "dtype": "float32", | |
| "engram_entries": null, | |
| "engram_ngram_orders": [ | |
| null | |
| ], | |
| "head_dim": 12, | |
| "hidden_size": 48, | |
| "id2label": { | |
| "0": "LABEL_0", | |
| "1": "LABEL_1", | |
| "2": "LABEL_2" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 96, | |
| "label2id": { | |
| "LABEL_0": 0, | |
| "LABEL_1": 1, | |
| "LABEL_2": 2 | |
| }, | |
| "max_position_embeddings": 96, | |
| "model_type": "sentimental", | |
| "num_attention_heads": 4, | |
| "num_hidden_layers": 12, | |
| "num_key_value_heads": 2, | |
| "rms_norm_eps": 1e-05, | |
| "rope_theta": 2500.0, | |
| "swiglu_interval": 3, | |
| "tie_word_embeddings": true, | |
| "transformers_version": "5.8.0.dev0", | |
| "use_cache": false, | |
| "use_engram": false, | |
| "use_per_head_gating": false, | |
| "use_xsa": false, | |
| "vocab_size": 1024 | |
| } |