Instructions to use SzeJC/nomsters-proto-ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SzeJC/nomsters-proto-ai with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SzeJC/nomsters-proto-ai") 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("SzeJC/nomsters-proto-ai") model = AutoModelForImageClassification.from_pretrained("SzeJC/nomsters-proto-ai", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 100
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111653986
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ec4cf8a879c6cd2fee5a51aab592e158c414fd008bd36b2f5a65821a985588f
|
| 3 |
size 111653986
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e81f6a966b593e56810bd2da5ffa14c6dd3148b92662ae14cca4a8e575d69a8
|
| 3 |
size 4536
|