Image-to-Text
PyTorch
Safetensors
PEFT
English
remote-sensing
satellite-imagery
earth-observation
change-detection
visual-grounding
image-captioning
visual-question-answering
optical-sar-fusion
sar
multimodal
lora
Instructions to use thundercode/SatQuery with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thundercode/SatQuery with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
release: add MODEL_CARD.md
Browse files- MODEL_CARD.md +9 -0
MODEL_CARD.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: other
|
|
|
|
| 4 |
library_name: pytorch
|
| 5 |
tags:
|
| 6 |
- remote-sensing
|
|
@@ -11,8 +12,16 @@ tags:
|
|
| 11 |
- image-captioning
|
| 12 |
- visual-question-answering
|
| 13 |
- optical-sar-fusion
|
|
|
|
|
|
|
| 14 |
- lora
|
| 15 |
- peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
pipeline_tag: image-to-text
|
| 17 |
config_hash: 78f1e3700da15aa1
|
| 18 |
---
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: other
|
| 4 |
+
license_name: see-model-card
|
| 5 |
library_name: pytorch
|
| 6 |
tags:
|
| 7 |
- remote-sensing
|
|
|
|
| 12 |
- image-captioning
|
| 13 |
- visual-question-answering
|
| 14 |
- optical-sar-fusion
|
| 15 |
+
- sar
|
| 16 |
+
- multimodal
|
| 17 |
- lora
|
| 18 |
- peft
|
| 19 |
+
- pytorch
|
| 20 |
+
base_model:
|
| 21 |
+
- HuggingFaceTB/SmolVLM-500M-Instruct
|
| 22 |
+
- chendelong/RemoteCLIP
|
| 23 |
+
- antofuller/CROMA
|
| 24 |
+
- sentence-transformers/all-MiniLM-L6-v2
|
| 25 |
pipeline_tag: image-to-text
|
| 26 |
config_hash: 78f1e3700da15aa1
|
| 27 |
---
|