Instructions to use grkon97/Intoxicated_Classification_Fine_Tuned_videomae-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use grkon97/Intoxicated_Classification_Fine_Tuned_videomae-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="grkon97/Intoxicated_Classification_Fine_Tuned_videomae-base")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("grkon97/Intoxicated_Classification_Fine_Tuned_videomae-base") model = AutoModelForVideoClassification.from_pretrained("grkon97/Intoxicated_Classification_Fine_Tuned_videomae-base") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1396
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 344937368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:805ba88ae2847d2a137f53d576bf3c8e86f669c885fef11c993ce20ad24cd7cf
|
| 3 |
size 344937368
|