Instructions to use codircodir/videomae-base-finetuned-N with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codircodir/videomae-base-finetuned-N with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="codircodir/videomae-base-finetuned-N")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("codircodir/videomae-base-finetuned-N") model = AutoModelForVideoClassification.from_pretrained("codircodir/videomae-base-finetuned-N") - Notebooks
- Google Colab
- Kaggle
Commit ·
d735538
1
Parent(s): 45f1f16
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 344940444
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3629d41b4cb985d0bf7a6641a6b9b240920637df55d25dfebfa85a4a938e632b
|
| 3 |
size 344940444
|
runs/Nov21_12-22-03_3cf182e0e4ee/events.out.tfevents.1700569333.3cf182e0e4ee.6343.3
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:752f4ff577c799f4ab0f8b5ec164366bfb31e7251c76d52b4c4166d9307a1291
|
| 3 |
+
size 7195
|