drdeveloper88's picture
Add usage code example (from_pretrained + BitsAndBytes + multilingual) to README
3b9fcc7
Raw
History Blame Contribute Delete
578 Bytes
INTERNATIONAL_ORGS = [
"UN",
"UNDRR",
"WHO",
"UNICEF",
"WFP",
"UNHCR",
]
DISASTER_DATABASES = [
"EM-DAT",
"ReliefWeb",
"GDACS",
"NASA Earth Data",
"NOAA",
"USGS",
"FEMA",
"World Bank Open Data",
]
RESEARCH_SOURCES = [
"Scientific papers",
"Government reports",
"Emergency response manuals",
"Disaster preparedness guidelines",
"Humanitarian response frameworks",
]
REAL_TIME_SOURCES = [
"Weather feeds",
"Satellite imagery metadata",
"Emergency alerts",
"Public safety bulletins",
]