Instructions to use changsu/testmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use changsu/testmodel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="changsu/testmodel") 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("changsu/testmodel") model = AutoModelForImageClassification.from_pretrained("changsu/testmodel") - Notebooks
- Google Colab
- Kaggle
Delete vgg_19.ckpt
Browse files- vgg_19.ckpt +0 -3
vgg_19.ckpt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9c015f6bb30909a70c0d2731c07e517d102eeb3f6ee5f902ad498b825661a1c1
|
| 3 |
-
size 574676276
|
|
|
|
|
|
|
|
|
|
|
|