Add library_name to metadata
Browse filesThis PR adds the `library_name` to the model card metadata. The `config.json` suggests compatibility with the Transformers library, making this addition appropriate. The license remains as CC-BY-4.0 to be consistent with existing metadata.
README.md
CHANGED
@@ -1,15 +1,18 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
3 |
datasets:
|
4 |
- wangyi111/Copernicus-Pretrain
|
5 |
- wangyi111/Copernicus-Bench
|
|
|
|
|
6 |
tags:
|
7 |
- earth-observation
|
8 |
- remote-sensing
|
9 |
- sentinel
|
10 |
- foundation-model
|
11 |
-
|
12 |
---
|
|
|
|
|
13 |
# Model Card for Copernicus-FM
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
@@ -41,4 +44,5 @@ pipeline_tag: image-feature-extraction
|
|
41 |
primaryClass={cs.CV},
|
42 |
url={https://arxiv.org/abs/2503.11849},
|
43 |
}
|
|
|
44 |
```
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- wangyi111/Copernicus-Pretrain
|
4 |
- wangyi111/Copernicus-Bench
|
5 |
+
license: cc-by-4.0
|
6 |
+
pipeline_tag: image-feature-extraction
|
7 |
tags:
|
8 |
- earth-observation
|
9 |
- remote-sensing
|
10 |
- sentinel
|
11 |
- foundation-model
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
+
|
15 |
+
```markdown
|
16 |
# Model Card for Copernicus-FM
|
17 |
|
18 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
44 |
primaryClass={cs.CV},
|
45 |
url={https://arxiv.org/abs/2503.11849},
|
46 |
}
|
47 |
+
```
|
48 |
```
|