Instructions to use sudo-s/exper6_mesum5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sudo-s/exper6_mesum5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sudo-s/exper6_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/exper6_mesum5") model = AutoModelForImageClassification.from_pretrained("sudo-s/exper6_mesum5", device_map="auto") - 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:7bc592a6877430e24e5f6a4175229bea708dee66450b86a170f0e65ec978e461
|
| 3 |
size 343719153
|
runs/Jul22_12-16-37_ef9e17783266/events.out.tfevents.1658492208.ef9e17783266.78.6
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:e53a983e0002c3a8875a007d14a007d55a0410a5dd2790b07d3b3cda2a6fe78b
|
| 3 |
+
size 138735
|