File size: 2,709 Bytes
a8b4144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
  "_name_or_path": "microsoft/deberta-v3-base",
  "architectures": [
    "CustomSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "ATM",
    "1": "Arts and Entertainment",
    "2": "Bank Fee",
    "3": "Bank Fees",
    "4": "Check Deposit",
    "5": "Clothing and Accessories",
    "6": "Convenience Stores",
    "7": "Department Stores",
    "8": "Digital Entertainment",
    "9": "Food and Beverage Services",
    "10": "Gas Stations",
    "11": "Gyms and Fitness Centers",
    "12": "Healthcare",
    "13": "Insurance",
    "14": "Interest",
    "15": "Internal Account Transfer",
    "16": "Loans",
    "17": "Payment",
    "18": "Payroll",
    "19": "Restaurants",
    "20": "Service",
    "21": "Shops",
    "22": "Supermarkets and Groceries",
    "23": "Tax Refund",
    "24": "Telecommunication Services",
    "25": "Third Party",
    "26": "Transfer",
    "27": "Transfer Credit",
    "28": "Transfer Debit",
    "29": "Transfer Deposit",
    "30": "Travel",
    "31": "Uncategorized",
    "32": "Utilities"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "ATM": 0,
    "Arts and Entertainment": 1,
    "Bank Fee": 2,
    "Bank Fees": 3,
    "Check Deposit": 4,
    "Clothing and Accessories": 5,
    "Convenience Stores": 6,
    "Department Stores": 7,
    "Digital Entertainment": 8,
    "Food and Beverage Services": 9,
    "Gas Stations": 10,
    "Gyms and Fitness Centers": 11,
    "Healthcare": 12,
    "Insurance": 13,
    "Interest": 14,
    "Internal Account Transfer": 15,
    "Loans": 16,
    "Payment": 17,
    "Payroll": 18,
    "Restaurants": 19,
    "Service": 20,
    "Shops": 21,
    "Supermarkets and Groceries": 22,
    "Tax Refund": 23,
    "Telecommunication Services": 24,
    "Third Party": 25,
    "Transfer": 26,
    "Transfer Credit": 27,
    "Transfer Debit": 28,
    "Transfer Deposit": 29,
    "Travel": 30,
    "Uncategorized": 31,
    "Utilities": 32
  },
  "layer_norm_eps": 1e-07,
  "legacy": true,
  "max_position_embeddings": 512,
  "max_relative_positions": -1,
  "model_type": "deberta-v2",
  "norm_rel_ebd": "layer_norm",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "pooler_dropout": 0,
  "pooler_hidden_act": "gelu",
  "pooler_hidden_size": 768,
  "pos_att_type": [
    "p2c",
    "c2p"
  ],
  "position_biased_input": false,
  "position_buckets": 256,
  "problem_type": "single_label_classification",
  "relative_attention": true,
  "share_att_key": true,
  "torch_dtype": "float32",
  "transformers_version": "4.47.1",
  "type_vocab_size": 0,
  "vocab_size": 128100
}