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 ·
3d9bb2c
1
Parent(s): 65bd95b
Training in progress, step 1000
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:c95b51bac930e5f497dadbbbb45b503d2a1f95c828164f713849e588858a4e8e
|
| 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:35bedb151109c3e5d07f42cffc8b3b47b22611ff301d54657a747dd2eac10ec2
|
| 3 |
+
size 21339
|