AI4SDG-BERT is a fine-tuned BERT model for detecting disaster-related content in tweets. It supports real-time monitoring of social media data to identify and classify potential urban disasters. This model contributes to Sustainable Development Goal 11 (Sustainable Cities and Communities) by facilitating early warning and emergency response systems.
1from transformers import pipeline
2classifier = pipeline("text-classification", model="elam2909/bert-disaster-classifier")
3classifier("Huge earthquake just hit southern Turkey. Buildings are collapsing!")