Instructions to use sudo-s/exper7_mesum5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sudo-s/exper7_mesum5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sudo-s/exper7_mesum5") 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("sudo-s/exper7_mesum5") model = AutoModelForImageClassification.from_pretrained("sudo-s/exper7_mesum5") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343719153
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0ad6d3a135e326870783050c07f5949c4ad91e355094a69b1da64a3dc30742c
|
| 3 |
size 343719153
|
runs/Jul22_13-42-06_ef9e17783266/events.out.tfevents.1658497337.ef9e17783266.78.9
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:482cfc02830904ed1c4dc2445322ab63f637a793d83e5d8ecb40606fc9c4488e
|
| 3 |
+
size 90154
|