Deboyeeeeeee/ticket-classifier-distilbert
031
1{2 "activation": "gelu",3 "architectures": [4 "DistilBertForSequenceClassification"5 ],6 "attention_dropout": 0.1,7 "bos_token_id": null,8 "dim": 768,9 "dropout": 0.1,10 "dtype": "float32",11 "eos_token_id": null,12 "hidden_dim": 3072,13 "id2label": {14 "0": "Checking or savings account",15 "1": "Consumer Loan",16 "2": "Credit card or prepaid card",17 "3": "Credit reporting, credit repair services, or other personal consumer reports",18 "4": "Debt collection",19 "5": "Money transfer, virtual currency, or money service",20 "6": "Mortgage",21 "7": "Student loan"22 },23 "initializer_range": 0.02,24 "label2id": {25 "Checking or savings account": 0,26 "Consumer Loan": 1,27 "Credit card or prepaid card": 2,28 "Credit reporting, credit repair services, or other personal consumer reports": 3,29 "Debt collection": 4,30 "Money transfer, virtual currency, or money service": 5,31 "Mortgage": 6,32 "Student loan": 733 },34 "max_position_embeddings": 512,35 "model_type": "distilbert",36 "n_heads": 12,37 "n_layers": 6,38 "pad_token_id": 0,39 "problem_type": "single_label_classification",40 "qa_dropout": 0.1,41 "seq_classif_dropout": 0.2,42 "sinusoidal_pos_embds": false,43 "tie_weights_": true,44 "tie_word_embeddings": true,45 "transformers_version": "5.16.1",46 "vocab_size": 3052247}48 