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 12
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:722053808896e3724951c55de29dd68049b88837caac4afd65b1e144f92a0a82
|
| 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:5670f7f5762720e4c5f6547d2279dbfb49b31e3cd275ffbd060b350f4791fd23
|
| 3 |
+
size 11260
|