Instructions to use Myaukko/checkpoint-97-2ep3bsfrmulti2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Myaukko/checkpoint-97-2ep3bsfrmulti2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="Myaukko/checkpoint-97-2ep3bsfrmulti2")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("Myaukko/checkpoint-97-2ep3bsfrmulti2") model = AutoModelForVideoClassification.from_pretrained("Myaukko/checkpoint-97-2ep3bsfrmulti2", device_map="auto") - 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 344937368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:633306b54c2f4a01032e211538643ef6d768024292f3e4c5b76eb096bf451d43
|
| 3 |
size 344937368
|