CoolFace
Modelpublic

sl8425/troubleshooting_steps_printer

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes7downloads
config.json48 linesDownload Raw Back to root
1{2  "_name_or_path": "distilbert-base-uncased",3  "activation": "gelu",4  "architectures": [5    "DistilBertForSequenceClassification"6  ],7  "attention_dropout": 0.1,8  "dim": 768,9  "dropout": 0.1,10  "hidden_dim": 3072,11  "id2label": {12    "0": "UNABLE_TO_PRINT_LABELS",13    "1": "NO_IP_WIRED_CONNECTION",14    "2": "NO_MEDIA_OR_MEDIA_OUT_ERROR",15    "3": "LABEL_PRINTING_WRONG",16    "4": "HEAD_ELEMENT_TEST_FAILED_ERROR",17    "5": "PRINTER_PRINTING_HALF_LABELS",18    "6": "CANT_CONNECT_TO_WIFI",19    "7": "PRINT_FADED",20    "8": "PRINTER_SKIPPING_LABELS",21    "9": "PRINTER_PRINTING_BLANK_LABELS"22  },23  "initializer_range": 0.02,24  "label2id": {25    "CANT_CONNECT_TO_WIFI": 6,26    "HEAD_ELEMENT_TEST_FAILED_ERROR": 4,27    "LABEL_PRINTING_WRONG": 3,28    "NO_IP_WIRED_CONNECTION": 1,29    "NO_MEDIA_OR_MEDIA_OUT_ERROR": 2,30    "PRINTER_PRINTING_BLANK_LABELS": 9,31    "PRINTER_PRINTING_HALF_LABELS": 5,32    "PRINTER_SKIPPING_LABELS": 8,33    "PRINT_FADED": 7,34    "UNABLE_TO_PRINT_LABELS": 035  },36  "max_position_embeddings": 512,37  "model_type": "distilbert",38  "n_heads": 12,39  "n_layers": 6,40  "pad_token_id": 0,41  "qa_dropout": 0.1,42  "seq_classif_dropout": 0.2,43  "sinusoidal_pos_embds": false,44  "tie_weights_": true,45  "transformers_version": "4.30.2",46  "vocab_size": 3052247}48