Instructions to use susnato/clvp_dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use susnato/clvp_dev with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="susnato/clvp_dev")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("susnato/clvp_dev") model = AutoModel.from_pretrained("susnato/clvp_dev") - Notebooks
- Google Colab
- Kaggle
all models refactored (might be messy)
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25dded09c6163902489803dedaffd1e3d38f90d5ebfc9c6a776fe1b4851dcfa1
|
| 3 |
+
size 2660780924
|