Image Segmentation
PEFT
Safetensors
English
cloud
segmentation
remote-sensing
satellite
earth-observation
lora
Instructions to use uga-gaim/CLIPSeg-CloudSEN12Plus-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use uga-gaim/CLIPSeg-CloudSEN12Plus-LoRA with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update adapter_config.json
Browse files- adapter_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
| 28 |
"out_proj",
|
| 29 |
"k_proj"
|
| 30 |
],
|
| 31 |
-
"task_type":
|
| 32 |
"use_dora": false,
|
| 33 |
"use_rslora": false
|
| 34 |
}
|
|
|
|
| 28 |
"out_proj",
|
| 29 |
"k_proj"
|
| 30 |
],
|
| 31 |
+
"task_type": "FEATURE_EXTRACTION",
|
| 32 |
"use_dora": false,
|
| 33 |
"use_rslora": false
|
| 34 |
}
|