Video Classification
Transformers
English
self-supervised-learning
v-jepa
laboratory-procedures
domain-adaptation
Instructions to use LabProc/tacit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LabProc/tacit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="LabProc/tacit")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LabProc/tacit", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tacit_ep4.pt with huggingface_hub
Browse files- tacit_ep4.pt +3 -0
tacit_ep4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f24205a6fcf3533c7fa3d97ab6629d108fc7e8214c644eb8a80cf7c008a73fb9
|
| 3 |
+
size 1218839963
|