File size: 1,818 Bytes
ebf4012
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "_name_or_path": "model_trained/distilbert",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "access",
    "1": "activate",
    "2": "apply",
    "3": "block",
    "4": "cancel",
    "5": "close",
    "6": "deposit",
    "7": "dispute",
    "8": "earn",
    "9": "exchange",
    "10": "find",
    "11": "inquire",
    "12": "link",
    "13": "open",
    "14": "pay",
    "15": "receive",
    "16": "redeem",
    "17": "refund",
    "18": "renew",
    "19": "report",
    "20": "reset",
    "21": "retrieve",
    "22": "schedule",
    "23": "select",
    "24": "transfer",
    "25": "unblock",
    "26": "unknown",
    "27": "unlink",
    "28": "update",
    "29": "verify",
    "30": "withdraw"
  },
  "initializer_range": 0.02,
  "label2id": {
    "access": 0,
    "activate": 1,
    "apply": 2,
    "block": 3,
    "cancel": 4,
    "close": 5,
    "deposit": 6,
    "dispute": 7,
    "earn": 8,
    "exchange": 9,
    "find": 10,
    "inquire": 11,
    "link": 12,
    "open": 13,
    "pay": 14,
    "receive": 15,
    "redeem": 16,
    "refund": 17,
    "renew": 18,
    "report": 19,
    "reset": 20,
    "retrieve": 21,
    "schedule": 22,
    "select": 23,
    "transfer": 24,
    "unblock": 25,
    "unknown": 26,
    "unlink": 27,
    "update": 28,
    "verify": 29,
    "withdraw": 30
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.45.2",
  "vocab_size": 30522
}