{ "_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": "NOUN", "1": "PUNCT", "2": "ADP", "3": "NUM", "4": "SYM", "5": "SCONJ", "6": "ADJ", "7": "PART", "8": "DET", "9": "CCONJ", "10": "PROPN", "11": "PRON", "12": "X", "13": "_", "14": "ADV", "15": "INTJ", "16": "VERB", "17": "AUX" }, "initializer_range": 0.02, "label2id": { "ADJ": 6, "ADP": 2, "ADV": 14, "AUX": 17, "CCONJ": 9, "DET": 8, "INTJ": 15, "NOUN": 0, "NUM": 3, "PART": 7, "PRON": 11, "PROPN": 10, "PUNCT": 1, "SCONJ": 5, "SYM": 4, "VERB": 16, "X": 12, "_": 13 }, "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.38.2", "vocab_size": 30522 }