Instructions to use kjiwon1222/Human_Action_Recongnition_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kjiwon1222/Human_Action_Recongnition_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="kjiwon1222/Human_Action_Recongnition_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("kjiwon1222/Human_Action_Recongnition_model") model = AutoModelForImageClassification.from_pretrained("kjiwon1222/Human_Action_Recongnition_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
fe8b2b1
1
Parent(s): c8cb2f7
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343308717
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ae11547543a09382b127a498aac7a9a12f609d93706a34a12a39b064aaeac8
|
| 3 |
size 343308717
|
runs/Jun19_03-30-16_198966cd5756/events.out.tfevents.1687145435.198966cd5756.3451.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:1eda8a2a4a981a90de26d3fe683db1765113f2e4e1adcc0be9edf17ef2a403f4
|
| 3 |
+
size 8376
|