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 0
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:4ac8a0013552ccfba657ba01db5d2aea893fec7c6ec79d9fc66e7a3a4d34f6e6
|
| 3 |
size 94302952
|
runs/Apr01_03-33-40_42a665f11450/events.out.tfevents.1711942495.42a665f11450.2104.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5953f5c1e9134cb2d7299969ef8834de58e2ea21d8bc044649fa36fd50a52973
|
| 3 |
+
size 5007
|