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 10
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:1967841449a04ed94ac3329320ce62125014d86500b2e9d9ae664fc19604776d
|
| 3 |
size 111347932
|
runs/Apr06_14-47-21_a39577a7e444/events.out.tfevents.1712414858.a39577a7e444.25850.4
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:f0779f2f99058827d858bab06398a9fb5e6a39b642e954eb05914ad3daceea7f
|
| 3 |
+
size 27016
|