{ "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "bos_token_id": null, "dim": 768, "dropout": 0.1, "dtype": "float32", "eos_token_id": null, "hidden_dim": 3072, "id2label": { "0": "B-EMAIL", "1": "B-ID_NUM", "2": "B-NAME_STUDENT", "3": "B-PHONE_NUM", "4": "B-STREET_ADDRESS", "5": "B-URL_PERSONAL", "6": "B-USERNAME", "7": "I-ID_NUM", "8": "I-NAME_STUDENT", "9": "I-PHONE_NUM", "10": "I-STREET_ADDRESS", "11": "I-URL_PERSONAL", "12": "O" }, "initializer_range": 0.02, "label2id": { "B-EMAIL": 0, "B-ID_NUM": 1, "B-NAME_STUDENT": 2, "B-PHONE_NUM": 3, "B-STREET_ADDRESS": 4, "B-URL_PERSONAL": 5, "B-USERNAME": 6, "I-ID_NUM": 7, "I-NAME_STUDENT": 8, "I-PHONE_NUM": 9, "I-STREET_ADDRESS": 10, "I-URL_PERSONAL": 11, "O": 12 }, "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, "tie_word_embeddings": true, "transformers_version": "5.10.2", "vocab_size": 30522 }