drdeveloper88's picture
Add usage code example (from_pretrained + BitsAndBytes + multilingual) to README
3b9fcc7
Raw
History Blame Contribute Delete
538 Bytes
from worlddisasterlm.data.collectors.reliefweb import collect_reliefweb
from worlddisasterlm.data.collectors.usgs import collect_usgs
from worlddisasterlm.data.collectors.gdacs import collect_gdacs
from worlddisasterlm.data.collectors.noaa import collect_noaa
from worlddisasterlm.data.collectors.openfema import collect_openfema
from worlddisasterlm.data.collectors.who_rss import collect_who
__all__ = [
"collect_reliefweb",
"collect_usgs",
"collect_gdacs",
"collect_noaa",
"collect_openfema",
"collect_who",
]