File size: 2,449 Bytes
32fcd7c 93c37e8 32fcd7c 93c37e8 32fcd7c | 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 100 101 102 103 104 105 106 107 108 | {
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"dtype": "float32",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "B-UoM",
"1": "B-avoidance",
"2": "B-certification",
"3": "B-color",
"4": "B-condition",
"5": "B-content",
"6": "B-core_product_type",
"7": "B-creator",
"8": "B-department",
"9": "B-material",
"10": "B-modifier",
"11": "B-occasion",
"12": "B-origin",
"13": "B-price",
"14": "B-product_name",
"15": "B-product_number",
"16": "B-quantity",
"17": "B-shape",
"18": "B-time",
"19": "I-UoM",
"20": "I-avoidance",
"21": "I-certification",
"22": "I-color",
"23": "I-condition",
"24": "I-content",
"25": "I-core_product_type",
"26": "I-creator",
"27": "I-department",
"28": "I-material",
"29": "I-modifier",
"30": "I-occasion",
"31": "I-origin",
"32": "I-price",
"33": "I-product_name",
"34": "I-product_number",
"35": "I-quantity",
"36": "I-shape",
"37": "I-time",
"38": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-UoM": 0,
"B-avoidance": 1,
"B-certification": 2,
"B-color": 3,
"B-condition": 4,
"B-content": 5,
"B-core_product_type": 6,
"B-creator": 7,
"B-department": 8,
"B-material": 9,
"B-modifier": 10,
"B-occasion": 11,
"B-origin": 12,
"B-price": 13,
"B-product_name": 14,
"B-product_number": 15,
"B-quantity": 16,
"B-shape": 17,
"B-time": 18,
"I-UoM": 19,
"I-avoidance": 20,
"I-certification": 21,
"I-color": 22,
"I-condition": 23,
"I-content": 24,
"I-core_product_type": 25,
"I-creator": 26,
"I-department": 27,
"I-material": 28,
"I-modifier": 29,
"I-occasion": 30,
"I-origin": 31,
"I-price": 32,
"I-product_name": 33,
"I-product_number": 34,
"I-quantity": 35,
"I-shape": 36,
"I-time": 37,
"O": 38
},
"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",
"transformers_version": "4.57.6",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}
|