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 1
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:e8170be8c15b4ed870556aa69de36a7a897510702e21a95ccae469ed432d3bb1
|
| 3 |
size 94415949
|
runs/Oct04_19-40-27_isei20230630-1255-hang/events.out.tfevents.1696466431.isei20230630-1255-hang.85201.1
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:df953b6a554a5f33092710689a9d9bf01d9cc97ef763bd741842f1029d920a6f
|
| 3 |
+
size 119398
|
runs/Oct11_23-14-34_isei20230630-1255-hang/events.out.tfevents.1697084087.isei20230630-1255-hang.3620909.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8171da12796c0b8f2fc937120a61e39e65b29a874310c3e6485522728cddf4ac
|
| 3 |
+
size 4753
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e85e5592e930081561311feed9e1cea6017721d8e69f3439468adff1ec7f6ad
|
| 3 |
size 4027
|