Instructions to use cppgohan/my_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cppgohan/my_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="cppgohan/my_model") 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("cppgohan/my_model") model = AutoModelForImageClassification.from_pretrained("cppgohan/my_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94302952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cef36984e627dd1b5fd782c63cd7f6dca2a99cff1e851467b6d494bff851f1f
|
| 3 |
size 94302952
|
runs/Apr01_03-33-40_42a665f11450/events.out.tfevents.1711942437.42a665f11450.2104.4
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:e37a6b84b0b9c16851785603bd003ba08ab5c494f4f03635ded3cf6cb0389a20
|
| 3 |
+
size 6147
|