Feature Extraction
Transformers.js
ONNX
multilingual
jina_embeddings_v5_omni
sentence-similarity
multimodal
cross-modal-retrieval
webgpu
jina-embeddings
embeddings
custom_code
Instructions to use splatoonWooo/jina-embeddings-v5-omni-nano-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use splatoonWooo/jina-embeddings-v5-omni-nano-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('feature-extraction', 'splatoonWooo/jina-embeddings-v5-omni-nano-ONNX');
| { | |
| "do_sample_frames": false, | |
| "fps": 2, | |
| "min_frames": 4, | |
| "max_frames": 32, | |
| "size": { | |
| "longest_edge": 12845056, | |
| "shortest_edge": 262144 | |
| }, | |
| "patch_size": 16, | |
| "merge_size": 2, | |
| "temporal_patch_size": 2, | |
| "do_convert_rgb": true, | |
| "do_normalize": true, | |
| "do_rescale": true, | |
| "do_resize": true, | |
| "image_mean": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "image_std": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "rescale_factor": 0.00392156862745098, | |
| "resample": 3 | |
| } | |