Instructions to use aeth0r/cat2vec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aeth0r/cat2vec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="aeth0r/cat2vec")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("aeth0r/cat2vec") model = AutoModel.from_pretrained("aeth0r/cat2vec", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Delete pytorch_model.bin
Browse files- pytorch_model.bin +0 -3
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2299816bb9e0e0481bd2cf3f3b1e27808a09aba91fc6952c8bf8fe0acd86c7e3
|
| 3 |
-
size 94455163
|
|
|
|
|
|
|
|
|
|
|
|