Instructions to use morganchen1007/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use morganchen1007/test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="morganchen1007/test") 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("morganchen1007/test") model = AutoModelForImageClassification.from_pretrained("morganchen1007/test") - Notebooks
- Google Colab
- Kaggle
Commit ·
a9f0b5c
1
Parent(s): 92b29f7
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad831f2c2c7131fe53aa0e3aeb1628989adfec766c875ffe42676e766ec0cf59
|
| 3 |
+
size 94380865
|