icd10-ru-subgroup-s / config.json
Dmitry43243242's picture
Upload BertForSequenceClassification
f4d4a12 verified
Raw
History Blame Contribute Delete
2.4 kB
{
"add_cross_attention": false,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"classifier_dropout": 0.1,
"directionality": "bidi",
"dtype": "float32",
"eos_token_id": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "S00",
"1": "S01",
"2": "S02",
"3": "S03",
"4": "S04",
"5": "S05",
"6": "S06",
"7": "S07",
"8": "S08",
"9": "S09",
"10": "S10",
"11": "S11",
"12": "S12",
"13": "S13",
"14": "S14",
"15": "S20",
"16": "S22",
"17": "S23",
"18": "S25",
"19": "S26",
"20": "S27",
"21": "S28",
"22": "S29",
"23": "S36",
"24": "S42",
"25": "S43",
"26": "S46",
"27": "S50",
"28": "S52",
"29": "S53",
"30": "S54",
"31": "S55",
"32": "S59",
"33": "S61",
"34": "S62",
"35": "S63",
"36": "S72",
"37": "S80",
"38": "S81",
"39": "S82",
"40": "S83",
"41": "S89",
"42": "S92",
"43": "S93",
"44": "S_OTHER"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"is_decoder": false,
"label2id": {
"S00": 0,
"S01": 1,
"S02": 2,
"S03": 3,
"S04": 4,
"S05": 5,
"S06": 6,
"S07": 7,
"S08": 8,
"S09": 9,
"S10": 10,
"S11": 11,
"S12": 12,
"S13": 13,
"S14": 14,
"S20": 15,
"S22": 16,
"S23": 17,
"S25": 18,
"S26": 19,
"S27": 20,
"S28": 21,
"S29": 22,
"S36": 23,
"S42": 24,
"S43": 25,
"S46": 26,
"S50": 27,
"S52": 28,
"S53": 29,
"S54": 30,
"S55": 31,
"S59": 32,
"S61": 33,
"S62": 34,
"S63": 35,
"S72": 36,
"S80": 37,
"S81": 38,
"S82": 39,
"S83": 40,
"S89": 41,
"S92": 42,
"S93": 43,
"S_OTHER": 44
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"pooler_fc_size": 768,
"pooler_num_attention_heads": 12,
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"problem_type": "multi_label_classification",
"tie_word_embeddings": true,
"transformers_version": "5.0.0",
"type_vocab_size": 2,
"use_cache": false,
"vocab_size": 120138
}