Safetensors
bert
uscs / config.json
AgathaS's picture
Upload 2 files
3d7a0df verified
Raw
History Blame Contribute Delete
2.11 kB
{
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"directionality": "bidi",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "not_specified",
"1": "Bl",
"2": "CH",
"3": "CL",
"4": "CL_ML",
"5": "CM",
"6": "FELS",
"7": "G",
"8": "G_GC",
"9": "G_GM",
"10": "GC",
"11": "GC_GM",
"12": "GM",
"13": "GP",
"14": "GP_GC",
"15": "GP_GM",
"16": "GW",
"17": "GW_GC",
"18": "GW_GM",
"19": "MH",
"20": "ML",
"21": "OH",
"22": "OL",
"23": "Pt",
"24": "S",
"25": "S_SC",
"26": "S_SM",
"27": "SC",
"28": "SC_SM",
"29": "SM",
"30": "SP",
"31": "SP_SC",
"32": "SP_SM",
"33": "St",
"34": "St_Bl",
"35": "SW",
"36": "SW_SC",
"37": "SW_SM"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Bl": 1,
"CH": 2,
"CL": 3,
"CL_ML": 4,
"CM": 5,
"FELS": 6,
"G": 7,
"GC": 10,
"GC_GM": 11,
"GM": 12,
"GP": 13,
"GP_GC": 14,
"GP_GM": 15,
"GW": 16,
"GW_GC": 17,
"GW_GM": 18,
"G_GC": 8,
"G_GM": 9,
"MH": 19,
"ML": 20,
"OH": 21,
"OL": 22,
"Pt": 23,
"S": 24,
"SC": 27,
"SC_SM": 28,
"SM": 29,
"SP": 30,
"SP_SC": 31,
"SP_SM": 32,
"SW": 35,
"SW_SC": 36,
"SW_SM": 37,
"S_SC": 25,
"S_SM": 26,
"St": 33,
"St_Bl": 34,
"not_specified": 0
},
"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",
"torch_dtype": "float32",
"transformers_version": "4.55.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 105879
}