Instructions to use ef-zulla/ort-e5-small-multi-quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ef-zulla/ort-e5-small-multi-quantized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ef-zulla/ort-e5-small-multi-quantized")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ef-zulla/ort-e5-small-multi-quantized") model = AutoModel.from_pretrained("ef-zulla/ort-e5-small-multi-quantized", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
efcadc2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b3f6fc9286922cf30646a1957c81e5655f977d2204c9631b7624f21d6c641b5
size 17082757
|