Add image-feature-extraction pipeline tag and library_name
Browse filesThis PR adds the `image-feature-extraction` pipeline tag so the model can be found at https://huggingface.co/models?pipeline_tag=image-feature-extraction. It also adds the missing library_name.
README.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
datasets:
|
4 |
- Major-TOM/Core-S2L2A
|
5 |
- Major-TOM/Core-S2L1C
|
6 |
- Major-TOM/Core-S1RTC
|
|
|
7 |
tags:
|
8 |
- Earth Observation
|
9 |
- Foundation Model
|
10 |
- Remote Sensing
|
|
|
|
|
11 |
---
|
|
|
12 |
# TerraFM: A Scalable Foundation Model for Unified Multisensor Earth Observation
|
13 |
<p align="center">
|
14 |
<img src="https://i.imgur.com/waxVImv.png" alt="Oryx TerraFM">
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- Major-TOM/Core-S2L2A
|
4 |
- Major-TOM/Core-S2L1C
|
5 |
- Major-TOM/Core-S1RTC
|
6 |
+
license: apache-2.0
|
7 |
tags:
|
8 |
- Earth Observation
|
9 |
- Foundation Model
|
10 |
- Remote Sensing
|
11 |
+
pipeline_tag: image-feature-extraction
|
12 |
+
library_name: pytorch
|
13 |
---
|
14 |
+
|
15 |
# TerraFM: A Scalable Foundation Model for Unified Multisensor Earth Observation
|
16 |
<p align="center">
|
17 |
<img src="https://i.imgur.com/waxVImv.png" alt="Oryx TerraFM">
|