CoolFace
Modelpublic

Guillem21/roberta_tickets_queue_classification

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes2downloads
config.json56 linesDownload Raw Back to root
1{2  "architectures": [3    "RobertaForSequenceClassification"4  ],5  "attention_probs_dropout_prob": 0.1,6  "bos_token_id": 0,7  "classifier_dropout": null,8  "eos_token_id": 2,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 768,12  "id2label": {13    "0": "LABEL_0",14    "1": "LABEL_1",15    "2": "LABEL_2",16    "3": "LABEL_3",17    "4": "LABEL_4",18    "5": "LABEL_5",19    "6": "LABEL_6",20    "7": "LABEL_7",21    "8": "LABEL_8",22    "9": "LABEL_9",23    "10": "LABEL_10",24    "11": "LABEL_11"25  },26  "initializer_range": 0.02,27  "intermediate_size": 3072,28  "label2id": {29    "LABEL_0": 0,30    "LABEL_1": 1,31    "LABEL_10": 10,32    "LABEL_11": 11,33    "LABEL_2": 2,34    "LABEL_3": 3,35    "LABEL_4": 4,36    "LABEL_5": 5,37    "LABEL_6": 6,38    "LABEL_7": 7,39    "LABEL_8": 8,40    "LABEL_9": 941  },42  "layer_norm_eps": 1e-05,43  "max_position_embeddings": 514,44  "model_type": "roberta",45  "num_attention_heads": 12,46  "num_hidden_layers": 12,47  "pad_token_id": 1,48  "position_embedding_type": "absolute",49  "problem_type": "single_label_classification",50  "torch_dtype": "float32",51  "transformers_version": "4.51.1",52  "type_vocab_size": 1,53  "use_cache": true,54  "vocab_size": 5026555}56