Instructions to use SeyedAli/Remote_Sensing_Image_Swin_Transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SeyedAli/Remote_Sensing_Image_Swin_Transformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SeyedAli/Remote_Sensing_Image_Swin_Transformer") 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("SeyedAli/Remote_Sensing_Image_Swin_Transformer") model = AutoModelForImageClassification.from_pretrained("SeyedAli/Remote_Sensing_Image_Swin_Transformer") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ The following hyperparameters were used during training:
|
|
| 57 |
| 0.0288 | 3.0 | 105 | 0.1004 | 0.9661 |
|
| 58 |
|
| 59 |
### Confusion matrix
|
| 60 |
-
<img src='
|
| 61 |
|
| 62 |
### Framework versions
|
| 63 |
|
|
|
|
| 57 |
| 0.0288 | 3.0 | 105 | 0.1004 | 0.9661 |
|
| 58 |
|
| 59 |
### Confusion matrix
|
| 60 |
+
<img src='download.png'>
|
| 61 |
|
| 62 |
### Framework versions
|
| 63 |
|