Instructions to use MTomita/CSC_51073_EP-Computer-Vision-Final-Project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MTomita/CSC_51073_EP-Computer-Vision-Final-Project with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="MTomita/CSC_51073_EP-Computer-Vision-Final-Project")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MTomita/CSC_51073_EP-Computer-Vision-Final-Project", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload timesformer_max_full_even_6.pt with huggingface_hub
Browse files
timesformer_max_full_even_6.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2463bf3793eaf7df3cfdfd4907b59abe60d5c853ec53a9c3c14c9181a02ed6c0
|
| 3 |
+
size 485162681
|