Image Classification
Transformers
English
heritage
temple
damage-assessment
mixture-of-experts
Mixture of Experts
resnet50
efficientnet-b4
vit-base-patch16-224
yolo
Instructions to use monarch8661/moe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use monarch8661/moe with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="monarch8661/moe") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("monarch8661/moe", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- resnet50_best.pth +2 -2
- vit_b16_best.pth +2 -2
resnet50_best.pth
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:8c28c4736c6a7e417b29c4559dc5159932137915070b707d59ce5c4fcc7f58d0
|
| 3 |
+
size 490031895
|
vit_b16_best.pth
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:d9c94ad92e2ac9858834f7cd598f7e4877847039425d79daf7d24c407ab534f9
|
| 3 |
+
size 1377994829
|