Instructions to use Baicai003/tiny-clip-one with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Baicai003/tiny-clip-one with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Baicai003/tiny-clip-one")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Baicai003/tiny-clip-one") model = AutoModel.from_pretrained("Baicai003/tiny-clip-one") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors with huggingface_hub
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2dc80828ac654e2313f8e5b6f4168a2175e361267209c5c3ad05b06f5a11916
|
| 3 |
+
size 4232188
|