Instructions to use luciagil/Human-action-convnext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luciagil/Human-action-convnext with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="luciagil/Human-action-convnext") 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("luciagil/Human-action-convnext") model = AutoModelForImageClassification.from_pretrained("luciagil/Human-action-convnext", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111347932
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f00c51bcfa212b7a1ed4828754c388d616db45b99c6889d72808f119b1467ba5
|
| 3 |
size 111347932
|
runs/Apr06_14-19-59_a39577a7e444/events.out.tfevents.1712413568.a39577a7e444.25850.2
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:3c20ab08c4b51b0e51e1e572b51d207739489ec07f93d50cff92532bdcfb2a3c
|
| 3 |
+
size 24491
|