|
{ |
|
"_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 |
|
} |
|
|