checkpoints / config.json
thepian's picture
Fine-tuned on product search domain (brand, product name, origin)
74547b4 verified
{
"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-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-certification",
"20": "I-color",
"21": "I-condition",
"22": "I-content",
"23": "I-core_product_type",
"24": "I-creator",
"25": "I-department",
"26": "I-material",
"27": "I-modifier",
"28": "I-occasion",
"29": "I-origin",
"30": "I-price",
"31": "I-product_name",
"32": "I-product_number",
"33": "I-quantity",
"34": "I-shape",
"35": "I-time",
"36": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-UoM": 0,
"B-certification": 1,
"B-color": 2,
"B-condition": 3,
"B-content": 4,
"B-core_product_type": 5,
"B-creator": 6,
"B-department": 7,
"B-material": 8,
"B-modifier": 9,
"B-occasion": 10,
"B-origin": 11,
"B-price": 12,
"B-product_name": 13,
"B-product_number": 14,
"B-quantity": 15,
"B-shape": 16,
"B-time": 17,
"I-UoM": 18,
"I-certification": 19,
"I-color": 20,
"I-condition": 21,
"I-content": 22,
"I-core_product_type": 23,
"I-creator": 24,
"I-department": 25,
"I-material": 26,
"I-modifier": 27,
"I-occasion": 28,
"I-origin": 29,
"I-price": 30,
"I-product_name": 31,
"I-product_number": 32,
"I-quantity": 33,
"I-shape": 34,
"I-time": 35,
"O": 36
},
"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
}