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 ·
f6caf2d
1
Parent(s): 61e3a42
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31fea32b5ecad7cbb6e4b1b78b4bc20533b42fad8cc319dfa3273d44a08eb4fb
|
| 3 |
+
size 3375
|