{ "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.2, "hidden_dim": 3072, "id2label": { "0": "B-art", "1": "B-eve", "10": "I-geo", "11": "I-gpe", "12": "I-nat", "13": "I-org", "14": "I-per", "15": "I-tim", "16": "O", "2": "B-geo", "3": "B-gpe", "4": "B-nat", "5": "B-org", "6": "B-per", "7": "B-tim", "8": "I-art", "9": "I-eve" }, "initializer_range": 0.02, "label2id": { "B-art": "0", "B-eve": "1", "B-geo": "2", "B-gpe": "3", "B-nat": "4", "B-org": "5", "B-per": "6", "B-tim": "7", "I-art": "8", "I-eve": "9", "I-geo": "10", "I-gpe": "11", "I-nat": "12", "I-org": "13", "I-per": "14", "I-tim": "15", "O": "16" }, "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.50.1", "vocab_size": 28996 }