| { | |
| "architectures": [ | |
| "TRMTextISMForCausalLM" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_trm_text_ism.TRMTextISMConfig", | |
| "AutoModelForCausalLM": "modeling_trm_text_ism.TRMTextISMForCausalLM" | |
| }, | |
| "bos_token_id": 50256, | |
| "dim": 768, | |
| "dropout": 0.0, | |
| "dtype": "bfloat16", | |
| "eos_token_id": 50256, | |
| "gate_init": -1.5, | |
| "gate_style": "stable", | |
| "head_dim": 64, | |
| "max_seq_len": 512, | |
| "mlp_hidden_size": null, | |
| "mlp_ratio": 2.6666666667, | |
| "model_type": "trm_text_ism", | |
| "n_heads": 12, | |
| "num_hidden_layers": 1, | |
| "pad_token_id": 50256, | |
| "recurrence_steps": 4, | |
| "residual_scale": 0.5, | |
| "tie_word_embeddings": true, | |
| "transformers_version": "5.10.2", | |
| "use_cache": false, | |
| "vocab_size": 50259 | |
| } | |