nielsr HF Staff commited on
Commit
f20c11a
·
verified ·
1 Parent(s): 2d087d4

Add any-to-any pipeline tag

Browse files

Hi! I'm Niels from the Hugging Face community team.

This PR adds the `any-to-any` pipeline tag to the model card's metadata. Based on the paper, COP-GEN is a multimodal latent diffusion transformer that supports flexible any-to-any generation across various Earth observation modalities (Sentinel-1, Sentinel-2, DEM, and LULC). Adding this tag ensures the model is correctly categorized on the Hub and can be easily discovered by users looking for multimodal generative models.

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
 
 
 
2
  license: cc-by-4.0
 
3
  tags:
4
  - earth-observation
5
  - remote-sensing
@@ -10,9 +14,6 @@ tags:
10
  - major-tom
11
  - multimodal
12
  - latent-diffusion
13
- library_name: cop-gen
14
- datasets:
15
- - Major-TOM/COP-GEN-Benchmark
16
  ---
17
 
18
  ![copgen-banner-github](https://cdn-uploads.huggingface.co/production/uploads/63ea69a55c837d9968ebecc0/M3pNdfNV83ukK2czA2M-1.png)
 
1
  ---
2
+ datasets:
3
+ - Major-TOM/COP-GEN-Benchmark
4
+ library_name: cop-gen
5
  license: cc-by-4.0
6
+ pipeline_tag: any-to-any
7
  tags:
8
  - earth-observation
9
  - remote-sensing
 
14
  - major-tom
15
  - multimodal
16
  - latent-diffusion
 
 
 
17
  ---
18
 
19
  ![copgen-banner-github](https://cdn-uploads.huggingface.co/production/uploads/63ea69a55c837d9968ebecc0/M3pNdfNV83ukK2czA2M-1.png)