Image Classification
Transformers
PyTorch
TensorBoard
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use Soulaimen/swin-tiny-patch4-window7-224-bottomCleanedData with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soulaimen/swin-tiny-patch4-window7-224-bottomCleanedData with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Soulaimen/swin-tiny-patch4-window7-224-bottomCleanedData") 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("Soulaimen/swin-tiny-patch4-window7-224-bottomCleanedData") model = AutoModelForImageClassification.from_pretrained("Soulaimen/swin-tiny-patch4-window7-224-bottomCleanedData") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110401009
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95c35f83ef7cca28b8141c76fba37dbe44b2976e13a0a5d2527e48c0127add25
|
| 3 |
size 110401009
|
runs/May05_00-07-25_55e0110d16f9/events.out.tfevents.1683245258.55e0110d16f9.653.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:b53ceb5a4af5751ff2a71c45e7d9a1d3422b42616e41e9d7983f4439aeb19291
|
| 3 |
+
size 19626
|