tom192180's picture
Training in progress, step 30
ed59ca8 verified
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "freeze_account",
"1": "routing",
"2": "pin_change",
"3": "bill_due",
"4": "pay_bill",
"5": "account_blocked",
"6": "interest_rate",
"7": "min_payment",
"8": "bill_balance",
"9": "transfer",
"10": "order_checks",
"11": "balance",
"12": "spending_history",
"13": "transactions",
"14": "report_fraud"
},
"initializer_range": 0.02,
"label2id": {
"account_blocked": 5,
"balance": 11,
"bill_balance": 8,
"bill_due": 3,
"freeze_account": 0,
"interest_rate": 6,
"min_payment": 7,
"order_checks": 10,
"pay_bill": 4,
"pin_change": 2,
"report_fraud": 14,
"routing": 1,
"spending_history": 12,
"transactions": 13,
"transfer": 9
},
"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.35.2",
"vocab_size": 30522
}