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 13500
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:06338fec08c16a932f2f02655b124d3489cbb297b8557de8904a53dd01b4cf5d
|
| 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:91986f8b5aed7439b5b634d6a037744e5e0c77e4eff8cad98e56245eabbd8ee9
|
| 3 |
+
size 263965
|