Feature Extraction
Transformers
Safetensors
English
closp
remote-sensing
text-to-image-retrieval
multimodal
geospatial
SAR
multispectral
crisis-management
earth-observation
contrastive-learning
custom_code
Instructions to use DarthReca/CLOSP-RN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DarthReca/CLOSP-RN with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="DarthReca/CLOSP-RN", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DarthReca/CLOSP-RN", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- README.md +1 -1
- pytorch_model.bin +3 -0
README.md
CHANGED
|
@@ -4,4 +4,4 @@ datasets:
|
|
| 4 |
- DarthReca/crisislandmark
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
---
|
|
|
|
| 4 |
- DarthReca/crisislandmark
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
+
---
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1508fcdf8a82238d4bb484a0d84d4a26b1ce021f821586e76cb6b91696a6fbfb
|
| 3 |
+
size 299158710
|