stulcrad's picture
Upload BertForTokenClassification
a932b78 verified
raw
history blame contribute delete
No virus
1.66 kB
{
"_name_or_path": "models/CNEC_1_1_Supertypes_nested_Czert-B-base-cased",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.15,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.2,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-P",
"2": "I-P",
"3": "B-T",
"4": "I-T",
"5": "B-A",
"6": "I-A",
"7": "B-C",
"8": "I-C",
"9": "B-a",
"10": "I-a",
"11": "B-c",
"12": "I-c",
"13": "B-g",
"14": "I-g",
"15": "B-i",
"16": "I-i",
"17": "B-m",
"18": "I-m",
"19": "B-n",
"20": "I-n",
"21": "B-o",
"22": "I-o",
"23": "B-p",
"24": "I-p",
"25": "B-q",
"26": "I-q",
"27": "B-t",
"28": "I-t"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-A": 5,
"B-C": 7,
"B-P": 1,
"B-T": 3,
"B-a": 9,
"B-c": 11,
"B-g": 13,
"B-i": 15,
"B-m": 17,
"B-n": 19,
"B-o": 21,
"B-p": 23,
"B-q": 25,
"B-t": 27,
"I-A": 6,
"I-C": 8,
"I-P": 2,
"I-T": 4,
"I-a": 10,
"I-c": 12,
"I-g": 14,
"I-i": 16,
"I-m": 18,
"I-n": 20,
"I-o": 22,
"I-p": 24,
"I-q": 26,
"I-t": 28,
"O": 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,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}