Instructions to use flyingbugs/style_classification_multiple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flyingbugs/style_classification_multiple with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="flyingbugs/style_classification_multiple") 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("flyingbugs/style_classification_multiple") model = AutoModelForImageClassification.from_pretrained("flyingbugs/style_classification_multiple") - Notebooks
- Google Colab
- Kaggle
Commit ·
65ef433
1
Parent(s): 3d9bb2c
Training in progress, step 1500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343233204
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3d4373a501f536e1ee236bc9ac5e0ea6f6b8947f2620f20d9e75f60b657f067
|
| 3 |
size 343233204
|
runs/Dec01_14-42-13_optml5/events.out.tfevents.1701459737.optml5.1712611.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:4ef215f917b1657e6297666aa85facdde4c42099c8305b75d0cb7537ee7f5e2e
|
| 3 |
+
size 29835
|