icd10-ru-subgroup-e / config.json
Dmitry43243242's picture
Upload BertForSequenceClassification
408d0fc verified
Raw
History Blame Contribute Delete
2.43 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": "E01",
"1": "E02",
"2": "E03",
"3": "E04",
"4": "E05",
"5": "E06",
"6": "E07",
"7": "E10",
"8": "E11",
"9": "E12",
"10": "E13",
"11": "E14",
"12": "E16",
"13": "E20",
"14": "E21",
"15": "E22",
"16": "E23",
"17": "E25",
"18": "E27",
"19": "E28",
"20": "E29",
"21": "E30",
"22": "E31",
"23": "E35",
"24": "E43",
"25": "E44",
"26": "E46",
"27": "E53",
"28": "E55",
"29": "E61",
"30": "E66",
"31": "E67",
"32": "E70",
"33": "E71",
"34": "E72",
"35": "E74",
"36": "E75",
"37": "E76",
"38": "E78",
"39": "E79",
"40": "E80",
"41": "E83",
"42": "E84",
"43": "E85",
"44": "E89"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"is_decoder": false,
"label2id": {
"E01": 0,
"E02": 1,
"E03": 2,
"E04": 3,
"E05": 4,
"E06": 5,
"E07": 6,
"E10": 7,
"E11": 8,
"E12": 9,
"E13": 10,
"E14": 11,
"E16": 12,
"E20": 13,
"E21": 14,
"E22": 15,
"E23": 16,
"E25": 17,
"E27": 18,
"E28": 19,
"E29": 20,
"E30": 21,
"E31": 22,
"E35": 23,
"E43": 24,
"E44": 25,
"E46": 26,
"E53": 27,
"E55": 28,
"E61": 29,
"E66": 30,
"E67": 31,
"E70": 32,
"E71": 33,
"E72": 34,
"E74": 35,
"E75": 36,
"E76": 37,
"E78": 38,
"E79": 39,
"E80": 40,
"E83": 41,
"E84": 42,
"E85": 43,
"E89": 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",
"position_embedding_type": "absolute",
"problem_type": "multi_label_classification",
"tie_word_embeddings": true,
"transformers_version": "5.0.0",
"type_vocab_size": 2,
"use_cache": false,
"vocab_size": 120138
}