|
{ |
|
"_name_or_path": "distilbert/distilbert-base-uncased", |
|
"activation": "gelu", |
|
"architectures": [ |
|
"DistilBertForSequenceClassification" |
|
], |
|
"attention_dropout": 0.1, |
|
"dim": 768, |
|
"dropout": 0.1, |
|
"hidden_dim": 3072, |
|
"id2label": { |
|
"0": "Account information incorrect", |
|
"1": "Account opened as a result of fraud", |
|
"2": "Account status incorrect", |
|
"3": "Attempted to collect wrong amount", |
|
"4": "Banking errors", |
|
"5": "Billing problem", |
|
"6": "Can't close your account", |
|
"7": "Card opened as result of identity theft or fraud", |
|
"8": "Card was charged for something you did not purchase with the card", |
|
"9": "Company closed your account", |
|
"10": "Credit card company isn't resolving a dispute about a purchase on your statement", |
|
"11": "Credit inquiries on your report that you don't recognize", |
|
"12": "Debt is not yours", |
|
"13": "Debt was paid", |
|
"14": "Debt was result of identity theft", |
|
"15": "Deposits and withdrawals", |
|
"16": "Didn't receive enough information to verify debt", |
|
"17": "Didn't receive notice of right to dispute", |
|
"18": "Difficulty submitting a dispute or getting information about a dispute over the phone", |
|
"19": "Fee problem", |
|
"20": "Funds not handled or disbursed as instructed", |
|
"21": "Funds not received from closed account", |
|
"22": "Information belongs to someone else", |
|
"23": "Information is missing that should be on the report", |
|
"24": "Investigation took more than 30 days", |
|
"25": "Old information reappears or never goes away", |
|
"26": "Other problem", |
|
"27": "Other problem getting your report or credit score", |
|
"28": "Overdrafts and overdraft fees", |
|
"29": "Personal information incorrect", |
|
"30": "Problem accessing account", |
|
"31": "Problem canceling credit monitoring or identify theft protection service", |
|
"32": "Problem during payment process", |
|
"33": "Problem using a debit or ATM card", |
|
"34": "Problem with fees", |
|
"35": "Problem with personal statement of dispute", |
|
"36": "Public record information inaccurate", |
|
"37": "Received bad information about your loan", |
|
"38": "Reporting company used your report improperly", |
|
"39": "Their investigation did not fix an error on your report", |
|
"40": "Threatened or suggested your credit would be damaged", |
|
"41": "Transaction was not authorized", |
|
"42": "Trouble with how payments are being handled", |
|
"43": "Was not notified of investigation status or results" |
|
}, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"Account information incorrect": 0, |
|
"Account opened as a result of fraud": 1, |
|
"Account status incorrect": 2, |
|
"Attempted to collect wrong amount": 3, |
|
"Banking errors": 4, |
|
"Billing problem": 5, |
|
"Can't close your account": 6, |
|
"Card opened as result of identity theft or fraud": 7, |
|
"Card was charged for something you did not purchase with the card": 8, |
|
"Company closed your account": 9, |
|
"Credit card company isn't resolving a dispute about a purchase on your statement": 10, |
|
"Credit inquiries on your report that you don't recognize": 11, |
|
"Debt is not yours": 12, |
|
"Debt was paid": 13, |
|
"Debt was result of identity theft": 14, |
|
"Deposits and withdrawals": 15, |
|
"Didn't receive enough information to verify debt": 16, |
|
"Didn't receive notice of right to dispute": 17, |
|
"Difficulty submitting a dispute or getting information about a dispute over the phone": 18, |
|
"Fee problem": 19, |
|
"Funds not handled or disbursed as instructed": 20, |
|
"Funds not received from closed account": 21, |
|
"Information belongs to someone else": 22, |
|
"Information is missing that should be on the report": 23, |
|
"Investigation took more than 30 days": 24, |
|
"Old information reappears or never goes away": 25, |
|
"Other problem": 26, |
|
"Other problem getting your report or credit score": 27, |
|
"Overdrafts and overdraft fees": 28, |
|
"Personal information incorrect": 29, |
|
"Problem accessing account": 30, |
|
"Problem canceling credit monitoring or identify theft protection service": 31, |
|
"Problem during payment process": 32, |
|
"Problem using a debit or ATM card": 33, |
|
"Problem with fees": 34, |
|
"Problem with personal statement of dispute": 35, |
|
"Public record information inaccurate": 36, |
|
"Received bad information about your loan": 37, |
|
"Reporting company used your report improperly": 38, |
|
"Their investigation did not fix an error on your report": 39, |
|
"Threatened or suggested your credit would be damaged": 40, |
|
"Transaction was not authorized": 41, |
|
"Trouble with how payments are being handled": 42, |
|
"Was not notified of investigation status or results": 43 |
|
}, |
|
"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.37.2", |
|
"vocab_size": 30522 |
|
} |
|
|