Instructions to use sharkMeow/CLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sharkMeow/CLIP with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("sharkMeow/CLIP") model = AutoModel.from_pretrained("sharkMeow/CLIP") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 20400
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1161406684
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80253b6149d86a9309fa2ff587264e5c6d06affbf451a98d7248be02dbfbbe9b
|
| 3 |
size 1161406684
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cc79f411708297ced534d80a4fbe1daf2b1cb7be40211ed8106e70c4fe2d7ec
|
| 3 |
size 5777
|