Instructions to use Shawon16/VideoMAE_wlasl__codeCheck with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shawon16/VideoMAE_wlasl__codeCheck with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="Shawon16/VideoMAE_wlasl__codeCheck")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("Shawon16/VideoMAE_wlasl__codeCheck") model = AutoModelForVideoClassification.from_pretrained("Shawon16/VideoMAE_wlasl__codeCheck") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 351083264
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bd603f02080c8677a8d2c6b26c654b03af85e4f0ea178f8065647955e5b7033
|
| 3 |
size 351083264
|