{ "_name_or_path": "distilbert-base-uncased", "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": { "0": "I-company", "1": "I-product", "2": "B-facility", "3": "I-tvshow", "4": "B-movie", "5": "B-product", "6": "I-other", "7": "I-sportsteam", "8": "I-movie", "9": "B-other", "10": "I-facility", "11": "O", "12": "B-sportsteam", "13": "B-tvshow", "14": "B-company", "15": "I-person", "16": "B-geo-loc", "17": "B-person", "18": "I-musicartist", "19": "B-musicartist", "20": "I-geo-loc" }, "initializer_range": 0.02, "label2id": { "B-company": 14, "B-facility": 2, "B-geo-loc": 16, "B-movie": 4, "B-musicartist": 19, "B-other": 9, "B-person": 17, "B-product": 5, "B-sportsteam": 12, "B-tvshow": 13, "I-company": 0, "I-facility": 10, "I-geo-loc": 20, "I-movie": 8, "I-musicartist": 18, "I-other": 6, "I-person": 15, "I-product": 1, "I-sportsteam": 7, "I-tvshow": 3, "O": 11 }, "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.28.1", "vocab_size": 30522 }