| { |
| "_name_or_path": "distilbert-base-uncased", |
| "activation": "gelu", |
| "architectures": [ |
| "DistilBertForSequenceClassification" |
| ], |
| "attention_dropout": 0.1, |
| "dim": 768, |
| "dropout": 0.1, |
| "hidden_dim": 3072, |
| "id2label": { |
| "0": "account_statement_email", |
| "1": "bank_details_update_request", |
| "2": "biller_addition_query", |
| "3": "brokerage_statement", |
| "4": "capital_gain_statement", |
| "5": "change_of_plan", |
| "6": "client_changes_contact_details", |
| "7": "client_changes_name", |
| "8": "commission_query", |
| "9": "consolidation_procedure", |
| "10": "demat_queries", |
| "11": "dividend_payment_query", |
| "12": "fatca_queries", |
| "13": "folio_status_query", |
| "14": "kyc_update_request", |
| "15": "minor_to_major", |
| "16": "new_leads", |
| "17": "nomination_request", |
| "18": "out_of_scope", |
| "19": "redemption_payment_not_received", |
| "20": "redemption_request", |
| "21": "sip_related", |
| "22": "switch_related", |
| "23": "transaction_query", |
| "24": "transmission", |
| "25": "website_issues", |
| "26": "wrong_allocation" |
| }, |
| "initializer_range": 0.02, |
| "label2id": { |
| "account_statement_email": 0, |
| "bank_details_update_request": 1, |
| "biller_addition_query": 2, |
| "brokerage_statement": 3, |
| "capital_gain_statement": 4, |
| "change_of_plan": 5, |
| "client_changes_contact_details": 6, |
| "client_changes_name": 7, |
| "commission_query": 8, |
| "consolidation_procedure": 9, |
| "demat_queries": 10, |
| "dividend_payment_query": 11, |
| "fatca_queries": 12, |
| "folio_status_query": 13, |
| "kyc_update_request": 14, |
| "minor_to_major": 15, |
| "new_leads": 16, |
| "nomination_request": 17, |
| "out_of_scope": 18, |
| "redemption_payment_not_received": 19, |
| "redemption_request": 20, |
| "sip_related": 21, |
| "switch_related": 22, |
| "transaction_query": 23, |
| "transmission": 24, |
| "website_issues": 25, |
| "wrong_allocation": 26 |
| }, |
| "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.26.0", |
| "vocab_size": 30522 |
| } |
|
|