solarhub-model-cme / README.md
soumyadipkarforma's picture
Upload README.md with huggingface_hub
f224d25 verified
|
Raw
History Blame Contribute Delete
709 Bytes
---
license: agpl-3.0
tags:
- solar
- astronomy
- image-classification
- solarhub
- cme
datasets:
- SpaceGen/solarhub-cme
---
# SolarHub — Cme Model
Image classification model for the **Cme** task in the
[SolarHub](https://github.com/space-gen/aurora) citizen-science
solar-observation classification project.
This model is trained nightly by a Kaggle kernel on annotations collected
from [SpaceGen/solarhub-cme](https://huggingface.co/datasets/SpaceGen/solarhub-cme) and pushed
directly to this repository from the Kaggle training environment.
## Usage
```python
from huggingface_hub import hf_hub_download
model_path = hf_hub_download(repo_id="SpaceGen/solarhub-model-cme", filename="model.pt")
```