BiliSakura commited on
Commit
94665b8
·
verified ·
1 Parent(s): 22b9fbc

Add model card metadata to README

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # CROMA Transformers Models
2
 
3
  Self-contained HuggingFace model checkpoints for [CROMA](https://arxiv.org/pdf/2311.00566.pdf). Each subfolder ships its own model, image processor, and custom pipeline code — no external `croma` package required.
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - remote-sensing
7
+ - earth-observation
8
+ - vision
9
+ - feature-extraction
10
+ - croma
11
+ - sentinel-1
12
+ - sentinel-2
13
+ - multimodal
14
+ library_name: transformers
15
+ pipeline_tag: feature-extraction
16
+ ---
17
+
18
  # CROMA Transformers Models
19
 
20
  Self-contained HuggingFace model checkpoints for [CROMA](https://arxiv.org/pdf/2311.00566.pdf). Each subfolder ships its own model, image processor, and custom pipeline code — no external `croma` package required.