File size: 1,891 Bytes
41a515f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "_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
}