{ "_name_or_path": "distilbert-base-cased", "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": { "0": "B-OTHER_PEER", "1": "I-OTHER_PEER", "2": "B-EXPLAIN", "3": "I-EXPLAIN", "4": "B-SELF", "5": "I-SELF", "6": "B-NO", "7": "I-NO", "8": "B-QUESTION", "9": "I-QUESTION", "10": "B-NO_GESTURE", "11": "I-NO_GESTURE", "12": "B-YES", "13": "I-YES", "14": "B-NEUTRAL", "15": "I-NEUTRAL", "16": "B-FRONT", "17": "I-FRONT" }, "initializer_range": 0.02, "label2id": { "B-EXPLAIN": 2, "B-FRONT": 16, "B-NEUTRAL": 14, "B-NO": 6, "B-NO_GESTURE": 10, "B-OTHER_PEER": 0, "B-QUESTION": 8, "B-SELF": 4, "B-YES": 12, "I-EXPLAIN": 3, "I-FRONT": 17, "I-NEUTRAL": 15, "I-NO": 7, "I-NO_GESTURE": 11, "I-OTHER_PEER": 1, "I-QUESTION": 9, "I-SELF": 5, "I-YES": 13 }, "max_position_embeddings": 512, "model_type": "distilbert", "n_heads": 12, "n_layers": 6, "output_past": true, "pad_token_id": 0, "qa_dropout": 0.1, "seq_classif_dropout": 0.2, "sinusoidal_pos_embds": false, "tie_weights_": true, "torch_dtype": "float32", "transformers_version": "4.26.1", "vocab_size": 28996 }