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 ·
618c6d8
1
Parent(s): 32d5103
Upload scheduler.pt
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ada53d452ab6d9601de6ab1adc1435476e9fecd9fa373c91a830273911853e6c
|
| 3 |
+
size 623
|