CoolFace
Modelpublic

OpenMed/OpenMed-NER-ProteinDetect-MultiMed-335M

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes93kdownloads
config.json52 linesDownload Raw Back to root
1{2  "architectures": [3    "BertForTokenClassification"4  ],5  "attention_probs_dropout_prob": 0.2,6  "classifier_dropout": 0.2,7  "gradient_checkpointing": false,8  "hidden_act": "gelu",9  "hidden_dropout_prob": 0.2,10  "hidden_size": 1024,11  "id2label": {12    "0": "B-protein",13    "1": "B-protein_complex",14    "2": "B-protein_enum",15    "3": "B-protein_familiy_or_group",16    "4": "B-protein_variant",17    "5": "I-protein",18    "6": "I-protein_complex",19    "7": "I-protein_enum",20    "8": "I-protein_familiy_or_group",21    "9": "I-protein_variant",22    "10": "O"23  },24  "initializer_range": 0.02,25  "intermediate_size": 4096,26  "label2id": {27    "B-protein": 0,28    "B-protein_complex": 1,29    "B-protein_enum": 2,30    "B-protein_familiy_or_group": 3,31    "B-protein_variant": 4,32    "I-protein": 5,33    "I-protein_complex": 6,34    "I-protein_enum": 7,35    "I-protein_familiy_or_group": 8,36    "I-protein_variant": 9,37    "O": 1038  },39  "layer_norm_eps": 1e-07,40  "max_position_embeddings": 512,41  "model_type": "bert",42  "num_attention_heads": 16,43  "num_hidden_layers": 24,44  "pad_token_id": 0,45  "position_embedding_type": "absolute",46  "torch_dtype": "bfloat16",47  "transformers_version": "4.53.2",48  "type_vocab_size": 2,49  "use_cache": true,50  "vocab_size": 3052251}52