Instructions to use peft-internal-testing/tiny-clip-text-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use peft-internal-testing/tiny-clip-text-2 with Transformers:
# Load model directly from transformers import AutoTokenizer, CLIPTextModelWithProjection tokenizer = AutoTokenizer.from_pretrained("peft-internal-testing/tiny-clip-text-2") model = CLIPTextModelWithProjection.from_pretrained("peft-internal-testing/tiny-clip-text-2") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8c4ad9476b2eaf60e61e5e92fe3c8c264dc702d02907e395eddca0fe5600b6b
|
| 3 |
+
size 287396
|