File size: 772 Bytes
6e9a37b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: agpl-3.0
tags:
- solar
- astronomy
- image-classification
- solarhub
- coronal_hole
datasets:
- SpaceGen/solarhub-coronal-hole
---

# SolarHub — Coronal Hole Model

Image classification model for the **Coronal Hole** 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-coronal-hole](https://huggingface.co/datasets/SpaceGen/solarhub-coronal-hole) 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-coronal-hole", filename="model.pt")
```