Instructions to use mikga/pattern1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mikga/pattern1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mikga/pattern1") 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/pattern1") model = AutoModelForImageClassification.from_pretrained("mikga/pattern1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 197
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:330c066d3c5ba11f482f59d4e23115e86a4e8767d2ffb17af2c7d650e846868c
|
| 3 |
size 94415949
|
runs/Sep06_19-14-38_isei20230630-1255-hang/events.out.tfevents.1694045686.isei20230630-1255-hang.2364382.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:d2756cbf9b176703d6815fac7b3dd6308740a784ef6df08870b2839cfa1ec2f9
|
| 3 |
+
size 266056
|