bert-finetuned-ner / config.json
ABrinkmann's picture
Training in progress, epoch 1
57f00d2
raw
history blame
3.03 kB
{
"_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_Type",
"2": "I-Digital_Cameras_Sensor_Type",
"3": "B-Laptops_Resolution",
"4": "I-Laptops_Resolution",
"5": "B-Laptops_Battery_Life",
"6": "I-Laptops_Battery_Life",
"7": "B-Laptops_Processor_Brand",
"8": "I-Laptops_Processor_Brand",
"9": "B-Digital_Cameras_Sensor_Size",
"10": "I-Digital_Cameras_Sensor_Size",
"11": "B-Laptops_Weight",
"12": "I-Laptops_Weight",
"13": "B-Digital_Cameras_Optical_Zoom",
"14": "I-Digital_Cameras_Optical_Zoom",
"15": "B-Laptops_Processor_Speed",
"16": "I-Laptops_Processor_Speed",
"17": "B-Digital_Cameras_Resolution",
"18": "I-Digital_Cameras_Resolution",
"19": "B-Digital_Cameras_Camera_Weight",
"20": "I-Digital_Cameras_Camera_Weight",
"21": "B-Laptops_Screen_Size",
"22": "I-Laptops_Screen_Size",
"23": "B-Laptops_Refresh_Rate",
"24": "I-Laptops_Refresh_Rate",
"25": "B-Laptops_Number_of_Cores",
"26": "I-Laptops_Number_of_Cores",
"27": "B-Flash_Memory_Cards_SD_Format",
"28": "I-Flash_Memory_Cards_SD_Format",
"29": "B-Flash_Memory_Cards_Capacity",
"30": "I-Flash_Memory_Cards_Capacity"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Digital_Cameras_Camera_Weight": 19,
"B-Digital_Cameras_Optical_Zoom": 13,
"B-Digital_Cameras_Resolution": 17,
"B-Digital_Cameras_Sensor_Size": 9,
"B-Digital_Cameras_Sensor_Type": 1,
"B-Flash_Memory_Cards_Capacity": 29,
"B-Flash_Memory_Cards_SD_Format": 27,
"B-Laptops_Battery_Life": 5,
"B-Laptops_Number_of_Cores": 25,
"B-Laptops_Processor_Brand": 7,
"B-Laptops_Processor_Speed": 15,
"B-Laptops_Refresh_Rate": 23,
"B-Laptops_Resolution": 3,
"B-Laptops_Screen_Size": 21,
"B-Laptops_Weight": 11,
"I-Digital_Cameras_Camera_Weight": 20,
"I-Digital_Cameras_Optical_Zoom": 14,
"I-Digital_Cameras_Resolution": 18,
"I-Digital_Cameras_Sensor_Size": 10,
"I-Digital_Cameras_Sensor_Type": 2,
"I-Flash_Memory_Cards_Capacity": 30,
"I-Flash_Memory_Cards_SD_Format": 28,
"I-Laptops_Battery_Life": 6,
"I-Laptops_Number_of_Cores": 26,
"I-Laptops_Processor_Brand": 8,
"I-Laptops_Processor_Speed": 16,
"I-Laptops_Refresh_Rate": 24,
"I-Laptops_Resolution": 4,
"I-Laptops_Screen_Size": 22,
"I-Laptops_Weight": 12,
"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
}