| { | |
| "activation": "gelu", | |
| "architectures": [ | |
| "DistilBertForSequenceClassification" | |
| ], | |
| "attention_dropout": 0.1, | |
| "dim": 768, | |
| "dropout": 0.1, | |
| "dtype": "float32", | |
| "hidden_dim": 3072, | |
| "id2label": { | |
| "0": "account_creation", | |
| "1": "bandwidth_usage", | |
| "2": "client_installation", | |
| "3": "connection_drop", | |
| "4": "connection_failure", | |
| "5": "encryption_check", | |
| "6": "error_code_fix", | |
| "7": "linux_setup", | |
| "8": "login_issue", | |
| "9": "monthly_plan", | |
| "10": "password_reset", | |
| "11": "point_to_site", | |
| "12": "refund_process", | |
| "13": "regional_block", | |
| "14": "service_list", | |
| "15": "site_to_site", | |
| "16": "speed_issue", | |
| "17": "streaming_support", | |
| "18": "update_frequency", | |
| "19": "usage_guide", | |
| "20": "windows_setup", | |
| "21": "yearly_plan" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "account_creation": 0, | |
| "bandwidth_usage": 1, | |
| "client_installation": 2, | |
| "connection_drop": 3, | |
| "connection_failure": 4, | |
| "encryption_check": 5, | |
| "error_code_fix": 6, | |
| "linux_setup": 7, | |
| "login_issue": 8, | |
| "monthly_plan": 9, | |
| "password_reset": 10, | |
| "point_to_site": 11, | |
| "refund_process": 12, | |
| "regional_block": 13, | |
| "service_list": 14, | |
| "site_to_site": 15, | |
| "speed_issue": 16, | |
| "streaming_support": 17, | |
| "update_frequency": 18, | |
| "usage_guide": 19, | |
| "windows_setup": 20, | |
| "yearly_plan": 21 | |
| }, | |
| "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, | |
| "transformers_version": "4.57.3", | |
| "vocab_size": 30522 | |
| } | |