| { | |
| "add_cross_attentions": false, | |
| "architectures": [ | |
| "TextTransformer" | |
| ], | |
| "attention_implementation": "sdpa", | |
| "attention_probability_dropout_probability": 0.1, | |
| "bos_token_id": null, | |
| "classifier_dropout": null, | |
| "dropout_probability": 0.1, | |
| "embedding_size": 128, | |
| "eos_token_id": null, | |
| "hidden_activation_function": "gelu", | |
| "hidden_size": 256, | |
| "initializer_factor": 1.0, | |
| "intermediate_size": 1024, | |
| "layer_norm_eps": 1e-12, | |
| "mask_token_id": null, | |
| "max_position_embeddings": 512, | |
| "num_attention_heads": 4, | |
| "num_hidden_layers": 12, | |
| "num_intermediate_layers": 1, | |
| "pad_token_id": 0, | |
| "position_embedding_type": "absolute", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.48.3", | |
| "type_vocab_size": 2, | |
| "use_cache": false, | |
| "vocab_size": 50265, | |
| "wac_distribution_layers": [], | |
| "wac_distribution_matrix": "none", | |
| "wac_embedding_size": -1 | |
| } | |