distilbert-turkish-ner / config.json
pnr-svc's picture
Training in progress, epoch 1
41a515f
raw
history blame
1.89 kB
{
"_name_or_path": "dbmdz/distilbert-base-turkish-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"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,
"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"
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": true,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.22.1",
"vocab_size": 32000
}