nielsr HF Staff commited on
Commit
c297668
·
verified ·
1 Parent(s): b4b70e6

Add library name tag

Browse files

This 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.

Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
  license: apache-2.0
 
 
3
  tags:
4
- - earth-observation
5
- - remote-sensing
6
- - foundation-model
7
- - multi-sensor
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.