dominguesm's picture
Upload BertForTokenClassification
589f5aa
raw
history blame contribute delete
No virus
1.27 kB
{
"_name_or_path": "./canarim-bert-postag-nheengatu",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0,
"hidden_size": 768,
"id2label": {
"0": "B-ADJ",
"1": "B-ADP",
"10": "B-PRON",
"11": "B-PROPN",
"12": "B-PUNCT",
"13": "B-SCONJ",
"14": "B-VERB",
"2": "B-ADV",
"3": "B-AUX",
"4": "B-CCONJ",
"5": "B-DET",
"6": "B-INTJ",
"7": "B-NOUN",
"8": "B-NUM",
"9": "B-PART"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-ADJ": "0",
"B-ADP": "1",
"B-ADV": "2",
"B-AUX": "3",
"B-CCONJ": "4",
"B-DET": "5",
"B-INTJ": "6",
"B-NOUN": "7",
"B-NUM": "8",
"B-PART": "9",
"B-PRON": "10",
"B-PROPN": "11",
"B-PUNCT": "12",
"B-SCONJ": "13",
"B-VERB": "14"
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 128,
"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": 32768
}