bert-finetuned-ner-lr / config.json
tantb's picture
Training in progress, epoch 1
3f6675f verified
{
"_name_or_path": "bert-base-cased",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-Digital_Cameras_Sensor_Size",
"2": "I-Digital_Cameras_Sensor_Size",
"3": "B-Digital_Cameras_Type",
"4": "I-Digital_Cameras_Type",
"5": "B-Digital_Cameras_Resolution",
"6": "I-Digital_Cameras_Resolution",
"7": "B-Digital_Cameras_Camera_Weight",
"8": "I-Digital_Cameras_Camera_Weight",
"9": "B-Laptops_Screen_Size",
"10": "I-Laptops_Screen_Size",
"11": "B-Laptops_Refresh_Rate",
"12": "I-Laptops_Refresh_Rate",
"13": "B-Digital_Cameras_Optical_Zoom",
"14": "I-Digital_Cameras_Optical_Zoom",
"15": "B-Laptops_Weight",
"16": "I-Laptops_Weight",
"17": "B-Flash_Memory_Cards_SD_Format",
"18": "I-Flash_Memory_Cards_SD_Format",
"19": "B-Flash_Memory_Cards_Format",
"20": "I-Flash_Memory_Cards_Format",
"21": "B-Laptops_Battery_Life",
"22": "I-Laptops_Battery_Life",
"23": "B-Digital_Cameras_Sensor_Type",
"24": "I-Digital_Cameras_Sensor_Type",
"25": "B-Laptops_Resolution",
"26": "I-Laptops_Resolution",
"27": "B-Laptops_Number_of_Cores",
"28": "I-Laptops_Number_of_Cores",
"29": "B-Flash_Memory_Cards_Capacity",
"30": "I-Flash_Memory_Cards_Capacity",
"31": "B-Laptops_Processor_Brand",
"32": "I-Laptops_Processor_Brand",
"33": "B-Laptops_Processor_Speed",
"34": "I-Laptops_Processor_Speed",
"35": "B-Flash_Memory_Cards_Memory_Stick_Format",
"36": "I-Flash_Memory_Cards_Memory_Stick_Format"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Digital_Cameras_Camera_Weight": 7,
"B-Digital_Cameras_Optical_Zoom": 13,
"B-Digital_Cameras_Resolution": 5,
"B-Digital_Cameras_Sensor_Size": 1,
"B-Digital_Cameras_Sensor_Type": 23,
"B-Digital_Cameras_Type": 3,
"B-Flash_Memory_Cards_Capacity": 29,
"B-Flash_Memory_Cards_Format": 19,
"B-Flash_Memory_Cards_Memory_Stick_Format": 35,
"B-Flash_Memory_Cards_SD_Format": 17,
"B-Laptops_Battery_Life": 21,
"B-Laptops_Number_of_Cores": 27,
"B-Laptops_Processor_Brand": 31,
"B-Laptops_Processor_Speed": 33,
"B-Laptops_Refresh_Rate": 11,
"B-Laptops_Resolution": 25,
"B-Laptops_Screen_Size": 9,
"B-Laptops_Weight": 15,
"I-Digital_Cameras_Camera_Weight": 8,
"I-Digital_Cameras_Optical_Zoom": 14,
"I-Digital_Cameras_Resolution": 6,
"I-Digital_Cameras_Sensor_Size": 2,
"I-Digital_Cameras_Sensor_Type": 24,
"I-Digital_Cameras_Type": 4,
"I-Flash_Memory_Cards_Capacity": 30,
"I-Flash_Memory_Cards_Format": 20,
"I-Flash_Memory_Cards_Memory_Stick_Format": 36,
"I-Flash_Memory_Cards_SD_Format": 18,
"I-Laptops_Battery_Life": 22,
"I-Laptops_Number_of_Cores": 28,
"I-Laptops_Processor_Brand": 32,
"I-Laptops_Processor_Speed": 34,
"I-Laptops_Refresh_Rate": 12,
"I-Laptops_Resolution": 26,
"I-Laptops_Screen_Size": 10,
"I-Laptops_Weight": 16,
"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.38.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 28996
}