| { | |
| "architectures": [ | |
| "PlantProteinBertModel" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_plant_protein_bert.PlantProteinBertConfig", | |
| "AutoModel": "modeling_plant_protein_bert.PlantProteinBertModel", | |
| "AutoModelForMaskedLM": "modeling_plant_protein_bert.PlantProteinBertForMaskedLM" | |
| }, | |
| "dropout": 0.1, | |
| "dtype": "float32", | |
| "hidden_dim": 512, | |
| "max_seq_len": 512, | |
| "mlp_ratio": 4, | |
| "model_type": "plant_protein_bert", | |
| "num_heads": 8, | |
| "num_layers": 6, | |
| "pad_token_id": 0, | |
| "transformers_version": "4.57.3", | |
| "vocab_size": 25 | |
| } |