bert-finetuned-ner / config.json
pnr-svc's picture
Training in progress, epoch 1
935a4ae
raw
history blame
1.95 kB
{
"_name_or_path": "dbmdz/bert-base-turkish-cased",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-DepositProduct",
"10": "I-ServiceClosest",
"11": "B-Location",
"12": "I-Location",
"13": "B-ServiceNumber",
"14": "I-ServiceNumber",
"15": "B-Brand",
"16": "I-Brand",
"17": "B-Campaign",
"18": "I-Campaign",
"19": "B-ProductSelector",
"2": "I-DepositProduct",
"20": "I-ProductSelector",
"21": "B-SpecialCampaign",
"22": "I-SpecialCampaign",
"3": "B-Product",
"4": "I-Product",
"5": "B-ProductProblemInfo",
"6": "I-ProductProblemInfo",
"7": "B-ServiceInformation",
"8": "I-ServiceInformation",
"9": "B-ServiceClosest"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Brand": "15",
"B-Campaign": "17",
"B-DepositProduct": "1",
"B-Location": "11",
"B-Product": "3",
"B-ProductProblemInfo": "5",
"B-ProductSelector": "19",
"B-ServiceClosest": "9",
"B-ServiceInformation": "7",
"B-ServiceNumber": "13",
"B-SpecialCampaign": "21",
"I-Brand": "16",
"I-Campaign": "18",
"I-DepositProduct": "2",
"I-Location": "12",
"I-Product": "4",
"I-ProductProblemInfo": "6",
"I-ProductSelector": "20",
"I-ServiceClosest": "10",
"I-ServiceInformation": "8",
"I-ServiceNumber": "14",
"I-SpecialCampaign": "22",
"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.22.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32000
}