Instructions to use suredream/swin-tiny-patch4_eurosat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use suredream/swin-tiny-patch4_eurosat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="suredream/swin-tiny-patch4_eurosat") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("suredream/swin-tiny-patch4_eurosat") model = AutoModelForImageClassification.from_pretrained("suredream/swin-tiny-patch4_eurosat") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110367448
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdbe17839845ba210f5054129e00ff02988ad3903070ca1f607d14964d1ee2fe
|
| 3 |
size 110367448
|
runs/Jul05_22-57-28_66b5f07f5c64/events.out.tfevents.1720220253.66b5f07f5c64.5464.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dde9fd1540ce2d1e91024da992c1c302345537a14a420e73605702fb8d32cfe
|
| 3 |
+
size 220601
|