icd10-ru-subgroup-m / config.json
Dmitry43243242's picture
Upload BertForSequenceClassification
6cc8db9 verified
Raw
History Blame Contribute Delete
2.53 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": "M02",
"1": "M05",
"2": "M06",
"3": "M07",
"4": "M08",
"5": "M10",
"6": "M13",
"7": "M15",
"8": "M16",
"9": "M17",
"10": "M19",
"11": "M20",
"12": "M21",
"13": "M22",
"14": "M23",
"15": "M24",
"16": "M25",
"17": "M31",
"18": "M32",
"19": "M33",
"20": "M34",
"21": "M35",
"22": "M40",
"23": "M41",
"24": "M42",
"25": "M45",
"26": "M46",
"27": "M50",
"28": "M51",
"29": "M53",
"30": "M54",
"31": "M60",
"32": "M62",
"33": "M65",
"34": "M67",
"35": "M70",
"36": "M71",
"37": "M75",
"38": "M77",
"39": "M79",
"40": "M80",
"41": "M81",
"42": "M82",
"43": "M84",
"44": "M86",
"45": "M89",
"46": "M94",
"47": "M99",
"48": "M_OTHER"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"is_decoder": false,
"label2id": {
"M02": 0,
"M05": 1,
"M06": 2,
"M07": 3,
"M08": 4,
"M10": 5,
"M13": 6,
"M15": 7,
"M16": 8,
"M17": 9,
"M19": 10,
"M20": 11,
"M21": 12,
"M22": 13,
"M23": 14,
"M24": 15,
"M25": 16,
"M31": 17,
"M32": 18,
"M33": 19,
"M34": 20,
"M35": 21,
"M40": 22,
"M41": 23,
"M42": 24,
"M45": 25,
"M46": 26,
"M50": 27,
"M51": 28,
"M53": 29,
"M54": 30,
"M60": 31,
"M62": 32,
"M65": 33,
"M67": 34,
"M70": 35,
"M71": 36,
"M75": 37,
"M77": 38,
"M79": 39,
"M80": 40,
"M81": 41,
"M82": 42,
"M84": 43,
"M86": 44,
"M89": 45,
"M94": 46,
"M99": 47,
"M_OTHER": 48
},
"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
}