Image classification model for the
Solar Flare task in the
SolarHub citizen-science
solar-observation classification project.
This model is trained nightly by a Kaggle kernel on annotations collected
from
SpaceGen/solarhub-solar-flare and pushed
directly to this repository from the Kaggle training environment.
1from huggingface_hub import hf_hub_download
2
3model_path = hf_hub_download(repo_id="SpaceGen/solarhub-model-solar-flare", filename="model.pt")