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 2094
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:5670372adc83dbee64241326e4a395da2dfed7e2ebccf2fff74fa993a3b0b950
|
| 3 |
size 344937368
|