Instructions to use hirmr/pattern1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hirmr/pattern1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hirmr/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("hirmr/pattern1") model = AutoModelForImageClassification.from_pretrained("hirmr/pattern1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
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:5a50fde6fc81fc2a70dd45064023d841dcf6e5f602b2b6c3fba72d335ee6e4b0
|
| 3 |
size 94415949
|
runs/Sep28_19-02-33_isei20230630-1255-hang/events.out.tfevents.1695945758.isei20230630-1255-hang.1302279.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:343d42a4f0f3992da514eea85f6adef13559b8360c4b9f13115b0132b7c396e7
|
| 3 |
+
size 13451
|