Instructions to use Filippo/e5-small-v2-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Filippo/e5-small-v2-onnx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Filippo/e5-small-v2-onnx") model = AutoModel.from_pretrained("Filippo/e5-small-v2-onnx") - Notebooks
- Google Colab
- Kaggle
Commit History
Delete e5-small-v2-onnx_model_card.md 55f7fd9
Upload e5-small-v2-onnx_model_card.md 97fba46
Upload ort_config.json with huggingface_hub 32d4e26
Upload model_quantized.onnx with huggingface_hub ea4e976
Upload vocab.txt with huggingface_hub 455e3cd
Upload tokenizer.json with huggingface_hub 468b16d
Upload config.json with huggingface_hub 5ba9692
Upload special_tokens_map.json with huggingface_hub 0af1199
Upload tokenizer_config.json with huggingface_hub 6e14063
Upload model_optimized.onnx with huggingface_hub 9ca496f
initial commit bbefd23
Filippo B commited on