ABrinkmann's picture
Training in progress, epoch 1
048b32e
{
"_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-Laptops_Screen_Size",
"2": "I-Laptops_Screen_Size",
"3": "B-Flash_Memory_Cards_SD_Format",
"4": "I-Flash_Memory_Cards_SD_Format",
"5": "B-Digital_Cameras_Optical_Zoom",
"6": "I-Digital_Cameras_Optical_Zoom",
"7": "B-Laptops_Number_of_Cores",
"8": "I-Laptops_Number_of_Cores",
"9": "B-Digital_Cameras_Sensor_Type",
"10": "I-Digital_Cameras_Sensor_Type",
"11": "B-Digital_Cameras_Sensor_Size",
"12": "I-Digital_Cameras_Sensor_Size",
"13": "B-Flash_Memory_Cards_Capacity",
"14": "I-Flash_Memory_Cards_Capacity",
"15": "B-Digital_Cameras_Resolution",
"16": "I-Digital_Cameras_Resolution",
"17": "B-Laptops_Processor_Speed",
"18": "I-Laptops_Processor_Speed",
"19": "B-Laptops_Processor_Brand",
"20": "I-Laptops_Processor_Brand",
"21": "B-Laptops_Refresh_Rate",
"22": "I-Laptops_Refresh_Rate",
"23": "B-Digital_Cameras_Camera_Weight",
"24": "I-Digital_Cameras_Camera_Weight",
"25": "B-Laptops_Battery_Life",
"26": "I-Laptops_Battery_Life",
"27": "B-Laptops_Weight",
"28": "I-Laptops_Weight",
"29": "B-Laptops_Resolution",
"30": "I-Laptops_Resolution"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Digital_Cameras_Camera_Weight": 23,
"B-Digital_Cameras_Optical_Zoom": 5,
"B-Digital_Cameras_Resolution": 15,
"B-Digital_Cameras_Sensor_Size": 11,
"B-Digital_Cameras_Sensor_Type": 9,
"B-Flash_Memory_Cards_Capacity": 13,
"B-Flash_Memory_Cards_SD_Format": 3,
"B-Laptops_Battery_Life": 25,
"B-Laptops_Number_of_Cores": 7,
"B-Laptops_Processor_Brand": 19,
"B-Laptops_Processor_Speed": 17,
"B-Laptops_Refresh_Rate": 21,
"B-Laptops_Resolution": 29,
"B-Laptops_Screen_Size": 1,
"B-Laptops_Weight": 27,
"I-Digital_Cameras_Camera_Weight": 24,
"I-Digital_Cameras_Optical_Zoom": 6,
"I-Digital_Cameras_Resolution": 16,
"I-Digital_Cameras_Sensor_Size": 12,
"I-Digital_Cameras_Sensor_Type": 10,
"I-Flash_Memory_Cards_Capacity": 14,
"I-Flash_Memory_Cards_SD_Format": 4,
"I-Laptops_Battery_Life": 26,
"I-Laptops_Number_of_Cores": 8,
"I-Laptops_Processor_Brand": 20,
"I-Laptops_Processor_Speed": 18,
"I-Laptops_Refresh_Rate": 22,
"I-Laptops_Resolution": 30,
"I-Laptops_Screen_Size": 2,
"I-Laptops_Weight": 28,
"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.30.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 28996
}