{ "_name_or_path": "distilbert-base-uncased", "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": { "0": "B-COMPANY", "1": "B-DEGREE", "2": "B-INSTITUTION", "3": "B-LOC", "4": "B-ORG", "5": "B-PER", "6": "B-ROLE", "7": "B-SKILL", "8": "I-COMPANY", "9": "I-DEGREE", "10": "I-INSTITUTION", "11": "I-LOC", "12": "I-ORG", "13": "I-PER", "14": "I-ROLE", "15": "I-SKILL", "16": "O" }, "initializer_range": 0.02, "label2id": { "B-COMPANY": 0, "B-DEGREE": 1, "B-INSTITUTION": 2, "B-LOC": 3, "B-ORG": 4, "B-PER": 5, "B-ROLE": 6, "B-SKILL": 7, "I-COMPANY": 8, "I-DEGREE": 9, "I-INSTITUTION": 10, "I-LOC": 11, "I-ORG": 12, "I-PER": 13, "I-ROLE": 14, "I-SKILL": 15, "O": 16 }, "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.27.2", "vocab_size": 30522 }