Instructions to use sudo-s/modeversion2_m7_e8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sudo-s/modeversion2_m7_e8 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sudo-s/modeversion2_m7_e8") 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/modeversion2_m7_e8") model = AutoModelForImageClassification.from_pretrained("sudo-s/modeversion2_m7_e8") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 13300
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:7cd7703026604c9b4f40ad5bc6ac180278962db8194b575afcd51a464173f1ef
|
| 3 |
size 343719153
|
runs/Jul24_14-04-18_bernard/events.out.tfevents.1658664269.bernard.2935425.0
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:07bcb0de1e87a56787bf566db45e185b917fc8ca74453b4beba78f4ef8182209
|
| 3 |
+
size 260179
|