File size: 2,094 Bytes
48c6f36 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
{
"_name_or_path": "ner-portuguese-br-bertimbal",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"directionality": "bidi",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-ANIM",
"10": "B-MYTH",
"11": "B-ORG",
"12": "B-PER",
"13": "B-PLANT",
"14": "B-TIME",
"15": "B-VEHI",
"16": "I-ANIM",
"17": "I-BIO",
"18": "I-CEL",
"19": "I-DIS",
"2": "B-BIO",
"20": "I-EVE",
"21": "I-FOOD",
"22": "I-INST",
"23": "I-LOC",
"24": "I-MEDIA",
"25": "I-MYTH",
"26": "I-ORG",
"27": "I-PER",
"28": "I-PLANT",
"29": "I-TIME",
"3": "B-CEL",
"30": "I-VEHI",
"4": "B-DIS",
"5": "B-EVE",
"6": "B-FOOD",
"7": "B-INST",
"8": "B-LOC",
"9": "B-MEDIA"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-ANIM": "1",
"B-BIO": "2",
"B-CEL": "3",
"B-DIS": "4",
"B-EVE": "5",
"B-FOOD": "6",
"B-INST": "7",
"B-LOC": "8",
"B-MEDIA": "9",
"B-MYTH": "10",
"B-ORG": "11",
"B-PER": "12",
"B-PLANT": "13",
"B-TIME": "14",
"B-VEHI": "15",
"I-ANIM": "16",
"I-BIO": "17",
"I-CEL": "18",
"I-DIS": "19",
"I-EVE": "20",
"I-FOOD": "21",
"I-INST": "22",
"I-LOC": "23",
"I-MEDIA": "24",
"I-MYTH": "25",
"I-ORG": "26",
"I-PER": "27",
"I-PLANT": "28",
"I-TIME": "29",
"I-VEHI": "30",
"O": "0"
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"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",
"torch_dtype": "float32",
"transformers_version": "4.38.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 29794
}
|