Instructions to use tomg-group-umd/CSD-ViT-L with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tomg-group-umd/CSD-ViT-L with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="tomg-group-umd/CSD-ViT-L")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tomg-group-umd/CSD-ViT-L", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload checkpoint.pth
Browse files- checkpoint.pth +3 -0
checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40e92fad63a361b8136100cd234c42d401ef9b34ff1748234318929ebcc7e7a1
|
| 3 |
+
size 2438228893
|