CoolFace
Modelpublic

ysubr/CustomModel_queue_bert

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes3downloads
config.json52 linesDownload Raw Back to root
1{2  "_name_or_path": "bert-base-uncased",3  "architectures": [4    "BertForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "classifier_dropout": null,8  "gradient_checkpointing": false,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 768,12  "id2label": {13    "0": "Billing and Payments",14    "1": "Customer Service",15    "2": "General Inquiry",16    "3": "Human Resources",17    "4": "IT Support",18    "5": "Product Support",19    "6": "Returns and Exchanges",20    "7": "Sales and Pre-Sales",21    "8": "Service Outages and Maintenance",22    "9": "Technical Support"23  },24  "initializer_range": 0.02,25  "intermediate_size": 3072,26  "label2id": {27    "Billing and Payments": 0,28    "Customer Service": 1,29    "General Inquiry": 2,30    "Human Resources": 3,31    "IT Support": 4,32    "Product Support": 5,33    "Returns and Exchanges": 6,34    "Sales and Pre-Sales": 7,35    "Service Outages and Maintenance": 8,36    "Technical Support": 937  },38  "layer_norm_eps": 1e-12,39  "max_position_embeddings": 512,40  "model_type": "bert",41  "num_attention_heads": 12,42  "num_hidden_layers": 12,43  "pad_token_id": 0,44  "position_embedding_type": "absolute",45  "problem_type": "single_label_classification",46  "torch_dtype": "float32",47  "transformers_version": "4.44.2",48  "type_vocab_size": 2,49  "use_cache": true,50  "vocab_size": 3052251}52