{ "_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": "O", "1": "rescue_volunteering_or_donation_effort", "2": "injured_or_dead_people", "3": "infrastructure_and_utility_damage", "4": "caution_and_advice", "5": "displaced_people_and_evacuations", "6": "requests_or_urgent_needs", "7": "missing_or_found_people", "8": "B-Country", "9": "I-Country", "10": "B-State", "11": "I-State", "12": "B-City/town", "13": "I-City/town", "14": "B-Island", "15": "I-Island", "16": "B-Human-made Point-of-Interest", "17": "I-Human-made Point-of-Interest", "18": "B-County", "19": "I-County", "20": "B-Natural Point-of-Interest", "21": "I-Natural Point-of-Interest", "22": "B-District", "23": "I-District", "24": "B-Neighborhood", "25": "I-Neighborhood", "26": "B-Continent", "27": "I-Continent", "28": "B-Road/street", "29": "I-Road/street", "30": "B-Other locations", "31": "I-Other locations" }, "initializer_range": 0.02, "label2id": { "B-City/town": 12, "B-Continent": 26, "B-Country": 8, "B-County": 18, "B-District": 22, "B-Human-made Point-of-Interest": 16, "B-Island": 14, "B-Natural Point-of-Interest": 20, "B-Neighborhood": 24, "B-Other locations": 30, "B-Road/street": 28, "B-State": 10, "I-City/town": 13, "I-Continent": 27, "I-Country": 9, "I-County": 19, "I-District": 23, "I-Human-made Point-of-Interest": 17, "I-Island": 15, "I-Natural Point-of-Interest": 21, "I-Neighborhood": 25, "I-Other locations": 31, "I-Road/street": 29, "I-State": 11, "O": 0, "caution_and_advice": 4, "displaced_people_and_evacuations": 5, "infrastructure_and_utility_damage": 3, "injured_or_dead_people": 2, "missing_or_found_people": 7, "requests_or_urgent_needs": 6, "rescue_volunteering_or_donation_effort": 1 }, "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.44.2", "vocab_size": 30522 }