nielsr HF Staff commited on
Commit
8645873
·
verified ·
1 Parent(s): 9cf0ab9

Add library_name to metadata

Browse files

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

Files changed (1) hide show
  1. README.md +6 -2
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
- pipeline_tag: image-feature-extraction
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
  ```