fin_subcate / config.json
tangminhanh's picture
fin_subcate
1c1e357 verified
{
"_name_or_path": "microsoft/deberta-v3-small",
"architectures": [
"DebertaV2ForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Other Request",
"1": "Below 20k invoices (No PO)",
"2": "Client Cash advance",
"3": "Client Refund",
"4": "Confidential Payments Requests",
"5": "Complicated Report",
"6": "FORMS (Reimbursement, PCF, Credit Card Liquidation)",
"7": "Internal & External reimb request",
"8": "Petty Cash Request",
"9": "PO invoices",
"10": "Recurring bills (rentals, utilities, telco, etc.)",
"11": "Simple Report",
"12": "Urgent requests (Business permits, other taxes etc.)",
"13": "Bank Request",
"14": "Cash Advance",
"15": "Client Request",
"16": "Government Statutory",
"17": "Last Pay",
"18": "Operations",
"19": "Taxes / BOC / LGU Payment"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Bank Request": 13,
"Below 20k invoices (No PO)": 1,
"Cash Advance": 14,
"Client Cash advance": 2,
"Client Refund": 3,
"Client Request": 15,
"Complicated Report": 5,
"Confidential Payments Requests": 4,
"FORMS (Reimbursement, PCF, Credit Card Liquidation)": 6,
"Government Statutory": 16,
"Internal & External reimb request": 7,
"Last Pay": 17,
"Operations": 18,
"Other Request": 0,
"PO invoices": 9,
"Petty Cash Request": 8,
"Recurring bills (rentals, utilities, telco, etc.)": 10,
"Simple Report": 11,
"Taxes / BOC / LGU Payment": 19,
"Urgent requests (Business permits, other taxes etc.)": 12
},
"layer_norm_eps": 1e-07,
"max_position_embeddings": 512,
"max_relative_positions": -1,
"model_type": "deberta-v2",
"norm_rel_ebd": "layer_norm",
"num_attention_heads": 12,
"num_hidden_layers": 6,
"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": "multi_label_classification",
"relative_attention": true,
"share_att_key": true,
"torch_dtype": "float32",
"transformers_version": "4.42.4",
"type_vocab_size": 0,
"vocab_size": 128100
}