Image Classification
Transformers
PyTorch
TensorBoard
swinv2
Generated from Trainer
Eval Results (legacy)
Instructions to use thean/backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thean/backup with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="thean/backup") 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("thean/backup") model = AutoModelForImageClassification.from_pretrained("thean/backup") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110552801
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:247aaf284709e1e7f9339f7482a242c44d984d6f224cff9fc952d173c0fce7b9
|
| 3 |
size 110552801
|
runs/Apr22_01-57-25_25733e00f35f/events.out.tfevents.1682128678.25733e00f35f.544.12
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:a3d6a7ba72927d8f8501f28022ec30726a0aaad39f498cdd3c21adae8297776e
|
| 3 |
+
size 18526
|