thesujitroy commited on
Commit
c1a9a1c
1 Parent(s): 32a41c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ metrics:
18
  ---
19
 
20
  ### Model and Inputs
21
- The pretrained Prithvi-100m parameter model is used for finetuning over Burn Scar task on HLS data.
22
  The finetuning expected an input tile of 512x512x6, where 512 is the height and width and 6 is the number of bands. The bands are
23
  1. Blue
24
  2. Green
@@ -30,7 +30,7 @@ The finetuning expected an input tile of 512x512x6, where 512 is the height and
30
  ### Code
31
  Code for Finetuning is available through [github](https://github.com/NASA-IMPACT/hls-foundation-os/tree/main/fine-tuning-examples)
32
 
33
- Configuration used for finetuning is avaible through [config](https://github.com/NASA-IMPACT/hls-foundation-os/blob/main/fine-tuning-examples/configs/firescars_config.py
34
  )
35
 
36
 
 
18
  ---
19
 
20
  ### Model and Inputs
21
+ The pretrained [Prithvi-100m](https://huggingface.co/ibm-nasa-geospatial/burn-scar-Prithvi-100M) parameter model is used for finetuning over the Burn Scar task on HLS data.
22
  The finetuning expected an input tile of 512x512x6, where 512 is the height and width and 6 is the number of bands. The bands are
23
  1. Blue
24
  2. Green
 
30
  ### Code
31
  Code for Finetuning is available through [github](https://github.com/NASA-IMPACT/hls-foundation-os/tree/main/fine-tuning-examples)
32
 
33
+ Configuration used for finetuning is available through [config](https://github.com/NASA-IMPACT/hls-foundation-os/blob/main/fine-tuning-examples/configs/firescars_config.py
34
  )
35
 
36