Instructions to use firdhokk/image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use firdhokk/image-classification with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("firdhokk/image-classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse filesadd models that have been trained
img_classification.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcff5c76ad97fa6f0357c85e49d0a09e6dc7c3895aa00302182d49fe7a8cd3b2
|
| 3 |
+
size 101900372
|
img_classification_state_dict.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b93d110f1aa4e48331123f0cc86b38bcef5cb60b0c21c342eb9c889351737fe6
|
| 3 |
+
size 101859586
|