Instructions to use sudo-s/exper3_mesum5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sudo-s/exper3_mesum5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sudo-s/exper3_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/exper3_mesum5") model = AutoModelForImageClassification.from_pretrained("sudo-s/exper3_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:41030ac6d858c56c4657df27e764101dbcd6cf0223c0ad30e1c2c578e18309cb
|
| 3 |
size 343719153
|
runs/Jul22_11-30-49_ef9e17783266/events.out.tfevents.1658489460.ef9e17783266.78.3
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:19e4952a6934dc7560fc099fe11a54b9772bf78c6f303da441cacff08303da0b
|
| 3 |
+
size 73744
|