Instructions to use mikga/pattern2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mikga/pattern2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mikga/pattern2") 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("mikga/pattern2") model = AutoModelForImageClassification.from_pretrained("mikga/pattern2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 135
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94415949
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d8facc1fa6cf24d4a6d88d6e1215eba09e74b9cb0c15334383f863e2412f441
|
| 3 |
size 94415949
|
runs/Oct11_23-14-34_isei20230630-1255-hang/events.out.tfevents.1697084087.isei20230630-1255-hang.3620909.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe6c01df64acf9615e91eeb884e44fff94c5e32bc5596764fedc32c5e021bc97
|
| 3 |
+
size 81721
|