Add library name tag
Browse filesThis PR makes sure that the library used (Transformers) is specified, such that the UI displays the appropriate "how to use" snippet at the top right.
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
pipeline_tag: feature-extraction
|
9 |
---
|
|
|
10 |
<p align="center">
|
11 |
<img src="imgs/logo.png" alt="Spectral Coverage" width="400"/>
|
12 |
</p>
|
@@ -63,5 +65,4 @@ If you use SMARTIES, please cite the paper:
|
|
63 |
This repository is released under the Apache v2 License.
|
64 |
|
65 |
## 🙏 Acknowledgements
|
66 |
-
SMARTIES is supported by the European Space Agency (ESA) through the Discovery and Preparation Program, and is part of the project Toward a Foundation Model for Multi-Sensor Earth Observation Data with Language Semantics.
|
67 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: image-feature-extraction
|
4 |
+
library_name: transformers
|
5 |
tags:
|
6 |
+
- earth-observation
|
7 |
+
- remote-sensing
|
8 |
+
- foundation-model
|
9 |
+
- multi-sensor
|
|
|
10 |
---
|
11 |
+
|
12 |
<p align="center">
|
13 |
<img src="imgs/logo.png" alt="Spectral Coverage" width="400"/>
|
14 |
</p>
|
|
|
65 |
This repository is released under the Apache v2 License.
|
66 |
|
67 |
## 🙏 Acknowledgements
|
68 |
+
SMARTIES is supported by the European Space Agency (ESA) through the Discovery and Preparation Program, and is part of the project Toward a Foundation Model for Multi-Sensor Earth Observation Data with Language Semantics.
|
|