{ "_name_or_path": "model_trained/distilbert", "activation": "gelu", "architectures": [ "DistilBertForSequenceClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": { "0": "account", "1": "atm", "2": "card", "3": "credit_card", "4": "current_account", "5": "debit_card", "6": "fixed_deposit", "7": "forex_account", "8": "loan", "9": "mobile_app", "10": "others", "11": "savings_account", "12": "website" }, "initializer_range": 0.02, "label2id": { "account": 0, "atm": 1, "card": 2, "credit_card": 3, "current_account": 4, "debit_card": 5, "fixed_deposit": 6, "forex_account": 7, "loan": 8, "mobile_app": 9, "others": 10, "savings_account": 11, "website": 12 }, "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.45.2", "vocab_size": 30522 }