icd10-ru-subgroup-p / config.json
Dmitry43243242's picture
Upload BertForSequenceClassification
554a5d1 verified
Raw
History Blame Contribute Delete
1.75 kB
{
"add_cross_attention": false,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"classifier_dropout": 0.2,
"directionality": "bidi",
"dtype": "float32",
"eos_token_id": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.2,
"hidden_size": 768,
"id2label": {
"0": "P05",
"1": "P07",
"2": "P12",
"3": "P21",
"4": "P22",
"5": "P23",
"6": "P27",
"7": "P28",
"8": "P29",
"9": "P35",
"10": "P36",
"11": "P37",
"12": "P39",
"13": "P52",
"14": "P53",
"15": "P55",
"16": "P56",
"17": "P58",
"18": "P59",
"19": "P61",
"20": "P70",
"21": "P78",
"22": "P83",
"23": "P91",
"24": "P92"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"is_decoder": false,
"label2id": {
"P05": 0,
"P07": 1,
"P12": 2,
"P21": 3,
"P22": 4,
"P23": 5,
"P27": 6,
"P28": 7,
"P29": 8,
"P35": 9,
"P36": 10,
"P37": 11,
"P39": 12,
"P52": 13,
"P53": 14,
"P55": 15,
"P56": 16,
"P58": 17,
"P59": 18,
"P61": 19,
"P70": 20,
"P78": 21,
"P83": 22,
"P91": 23,
"P92": 24
},
"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
}