kenobi commited on
Commit
4e5cdd2
·
verified ·
1 Parent(s): ac6ffeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -30,11 +30,14 @@ NASA GeneLab VisionTransformer on BPS Microscopy Data
30
  [tba]
31
 
32
  ## General:
33
- This Vision Transformer model has been fine-tuned on Solar Dynamics Observatory (SDO) data. The images used are available here:
34
- [Solar Dynamics Observatory Gallery](https://sdo.gsfc.nasa.gov/gallery/main). This is a Vision Transformer model fine-tuned on SDO data in an active region classification task. We aim to highlight the ease of use of the HuggingFace platform, integration with popular deep learning frameworks such as PyTorch, TensorFlow, or JAX, performance monitoring with Weights and Biases, and the ability to effortlessly utilize pre-trained large scale Transformer models for targeted fine-tuning purposes. This is to our knowledge the first Vision Transformer model on NASA SDO mission data and we are working on additional versions to address challenges in this domain.
35
-
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
 
 
30
  [tba]
31
 
32
  ## General:
33
+ This Vision Transformer model has been fine-tuned on BPS Microscopy data. The images used are available here:
34
+ [Biological and Physical Sciences (BPS) Microscopy Benchmark Training Dataset](https://registry.opendata.aws/bps_microscopy/) or as a Huggingface dataset here:
35
+ [kenobi/GeneLab_BPS_BenchmarkData](https://huggingface.co/datasets/kenobi/GeneLab_BPS_BenchmarkData).
36
+ This is a Vision Transformer model trained on Fluorescence microscopy images of individual nuclei from mouse fibroblast cells,
37
+ to classofy DNA damage caused by cell irradiation with Fe particles or X-rays.
38
+ We aim to highlight the ease of use of the HuggingFace platform, integration with popular deep learning frameworks such as PyTorch, TensorFlow, or JAX,
39
+ performance monitoring with Weights and Biases, and the ability to effortlessly utilize pre-trained large scale Transformer models for targeted fine-tuning purposes.
40
+ This is to our knowledge the first Vision Transformer model on NASA Genelab data and we are working on additional versions to address challenges in this domain.
41
 
42
  We will include more technical details here soon.
43