Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,8 @@ datasets:
|
|
15 |
metrics:
|
16 |
- accuracy
|
17 |
- IoU
|
|
|
|
|
18 |
---
|
19 |
### Model and Inputs
|
20 |
The pretrained [Prithvi-EO-1.0-100M](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M/blob/main/README.md) parameter model is finetuned to classify crop and other land cover types based off HLS data and CDL labels from the [multi_temporal_crop_classification dataset](https://huggingface.co/datasets/ibm-nasa-geospatial/multi-temporal-crop-classification).
|
|
|
15 |
metrics:
|
16 |
- accuracy
|
17 |
- IoU
|
18 |
+
library_name: terratorch
|
19 |
+
pipeline_tag: image-segmentation
|
20 |
---
|
21 |
### Model and Inputs
|
22 |
The pretrained [Prithvi-EO-1.0-100M](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M/blob/main/README.md) parameter model is finetuned to classify crop and other land cover types based off HLS data and CDL labels from the [multi_temporal_crop_classification dataset](https://huggingface.co/datasets/ibm-nasa-geospatial/multi-temporal-crop-classification).
|