Instructions to use Xenova/clip-vit-base-patch16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/clip-vit-base-patch16 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('zero-shot-image-classification', 'Xenova/clip-vit-base-patch16');
[Automated] Update base model metadata
Browse filesSet base model to "openai/clip-vit-base-patch16"
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
https://huggingface.co/openai/clip-vit-base-patch16 with ONNX weights to be compatible with Transformers.js.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: openai/clip-vit-base-patch16
|
| 3 |
+
library_name: transformers.js
|
| 4 |
---
|
| 5 |
|
| 6 |
https://huggingface.co/openai/clip-vit-base-patch16 with ONNX weights to be compatible with Transformers.js.
|