Instructions to use averrous/workout_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use averrous/workout_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="averrous/workout_model") 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("averrous/workout_model") model = AutoModelForImageClassification.from_pretrained("averrous/workout_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 16
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343285496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:feabacaa9eb6ee2fbc0434770788e802edb49bc97d32399344250b5e83c0f63c
|
| 3 |
size 343285496
|
runs/May27_02-47-23_c45429fd62ff/events.out.tfevents.1716778044.c45429fd62ff.185.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:2ae6c45cee4eb4bc822a67d7a164df788dcc0b18ddc352d3068bc0f9614a8a1a
|
| 3 |
+
size 12418
|