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 20
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:a85fe6550c944490e7d9dc1842177e7b058be8983f93157d76189d33c420d4d2
|
| 3 |
size 94302952
|
runs/Apr01_03-35-43_42a665f11450/events.out.tfevents.1711942624.42a665f11450.2104.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:dc7bad0203e7a4dddba6a629f4a5ad4b7e7968f2d87c2d8e6336763ca2f7ab3f
|
| 3 |
+
size 14049
|