Update README.md
Browse files
README.md
CHANGED
@@ -36,8 +36,6 @@ This Vision Transformer model has been fine-tuned on Solar Dynamics Observatory
|
|
36 |
<b>The data used was provided courtesy of NASA/SDO and the AIA, EVE, and HMI science teams.
|
37 |
The authors gratefully acknowledge the entire NASA Solar Dynamics Observatory Mission Team.</b><br>
|
38 |
|
39 |
-
For the SDO team: this model is the first version for demonstration purposes. It is only trained on the SDO Gallery data atm and we're working on additional data.
|
40 |
-
|
41 |
We will include more technical details here soon.
|
42 |
|
43 |
## Example Images
|
@@ -53,7 +51,7 @@ We will include more technical details here soon.
|
|
53 |

|
54 |

|
55 |
|
56 |
-
##
|
57 |
The ViT model was pretrained on a dataset consisting of 14 million images and 21k classes ([ImageNet-21k](http://www.image-net.org/).
|
58 |
More information on the base model used can be found here: (https://huggingface.co/google/vit-base-patch16-224-in21k)
|
59 |
|
|
|
36 |
<b>The data used was provided courtesy of NASA/SDO and the AIA, EVE, and HMI science teams.
|
37 |
The authors gratefully acknowledge the entire NASA Solar Dynamics Observatory Mission Team.</b><br>
|
38 |
|
|
|
|
|
39 |
We will include more technical details here soon.
|
40 |
|
41 |
## Example Images
|
|
|
51 |

|
52 |

|
53 |
|
54 |
+
## ViT base training data
|
55 |
The ViT model was pretrained on a dataset consisting of 14 million images and 21k classes ([ImageNet-21k](http://www.image-net.org/).
|
56 |
More information on the base model used can be found here: (https://huggingface.co/google/vit-base-patch16-224-in21k)
|
57 |
|