{ "_name_or_path": "distilbert/distilbert-base-uncased", "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": { "0": "O", "1": "B-Location", "2": "I-Organization", "3": "B-Person", "4": "B-Event", "5": "B-Organization", "6": "I-Person", "7": "B-Date", "8": "I-Date", "9": "I-Event", "10": "I-Location" }, "initializer_range": 0.02, "label2id": { "O": "0", "B-Location": "1", "I-Organization": "2", "B-Person": "3", "B-Event": "4", "B-Organization": "5", "I-Person": "6", "B-Date": "7", "I-Date": "8", "I-Event": "9", "I-Location": "10" }, "max_position_embeddings": 512, "model_type": "distilbert", "n_heads": 12, "n_layers": 6, "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.39.1", "vocab_size": 30522 }