File size: 2,856 Bytes
0cd4e95 1a7d0cf 0cd4e95 cd1ee19 1a7d0cf cd1ee19 0cd4e95 cd1ee19 1a7d0cf cd1ee19 0cd4e95 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
{
"_name_or_path": "oohtmeel/Bert_protein_classifier",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "GO:0000120",
"1": "GO:0000095",
"2": "GO:0000052",
"3": "GO:0000111",
"4": "GO:0000103",
"5": "GO:0000054",
"6": "GO:0000096",
"7": "GO:0000100",
"8": "GO:0000107",
"9": "GO:0000064",
"10": "GO:0000110",
"11": "GO:0000055",
"12": "GO:0000113",
"13": "GO:0000104",
"14": "GO:0000076",
"15": "GO:0000049",
"16": "GO:0000053",
"17": "GO:0000079",
"18": "GO:0000048",
"19": "GO:0000075",
"20": "GO:0000082",
"21": "GO:0000086",
"22": "GO:0000098",
"23": "GO:0000102",
"24": "GO:0000056",
"25": "GO:0000118",
"26": "GO:0000099",
"27": "GO:0000062",
"28": "GO:0000073",
"29": "GO:0000097",
"30": "GO:0000105",
"31": "GO:0000109",
"32": "GO:0000121",
"33": "GO:0000041",
"34": "GO:0000112",
"35": "GO:0000122",
"36": "GO:0000101",
"37": "GO:0000045",
"38": "GO:0000083",
"39": "GO:0000050",
"40": "GO:0000070",
"41": "GO:0000077",
"42": "GO:0000117"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"GO:0000041": 33,
"GO:0000045": 37,
"GO:0000048": 18,
"GO:0000049": 15,
"GO:0000050": 39,
"GO:0000052": 2,
"GO:0000053": 16,
"GO:0000054": 5,
"GO:0000055": 11,
"GO:0000056": 24,
"GO:0000062": 27,
"GO:0000064": 9,
"GO:0000070": 40,
"GO:0000073": 28,
"GO:0000075": 19,
"GO:0000076": 14,
"GO:0000077": 41,
"GO:0000079": 17,
"GO:0000082": 20,
"GO:0000083": 38,
"GO:0000086": 21,
"GO:0000095": 1,
"GO:0000096": 6,
"GO:0000097": 29,
"GO:0000098": 22,
"GO:0000099": 26,
"GO:0000100": 7,
"GO:0000101": 36,
"GO:0000102": 23,
"GO:0000103": 4,
"GO:0000104": 13,
"GO:0000105": 30,
"GO:0000107": 8,
"GO:0000109": 31,
"GO:0000110": 10,
"GO:0000111": 3,
"GO:0000112": 34,
"GO:0000113": 12,
"GO:0000117": 42,
"GO:0000118": 25,
"GO:0000120": 0,
"GO:0000121": 32,
"GO:0000122": 35
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "multi_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.41.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}
|