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 196
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:38e549b446a1d58e3c29b558b794e4a842bbcf5ae14f4e115c8e678162a9b3f9
|
| 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:b2aca8d1991f53208f1d67670c7dc9e63e70a19a5cd19e68a642a92d91aa3065
|
| 3 |
+
size 264948
|