{ "_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-HOUSE_NUMBER", "1": "I-HOUSE_NUMBER", "2": "B-STREET", "3": "I-STREET", "4": "B-AREA", "5": "B-LANDMARK", "6": "I-LANDMARK", "7": "B-CITY", "8": "B-STATE", "9": "B-PINCODE", "10": "B-BUILDING_NAME", "11": "I-BUILDING_NAME", "12": "I-AREA", "13": "I-CITY", "14": "I-STATE", "15": "I-PINCODE" }, "initializer_range": 0.02, "label2id": { "B-AREA": 4, "B-BUILDING_NAME": 10, "B-CITY": 7, "B-HOUSE_NUMBER": 0, "B-LANDMARK": 5, "B-PINCODE": 9, "B-STATE": 8, "B-STREET": 2, "I-AREA": 12, "I-BUILDING_NAME": 11, "I-CITY": 13, "I-HOUSE_NUMBER": 1, "I-LANDMARK": 6, "I-PINCODE": 15, "I-STATE": 14, "I-STREET": 3 }, "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, "transformers_version": "4.35.0", "vocab_size": 30522 }