Instructions to use texonom/multilingual-e5-small-4096 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use texonom/multilingual-e5-small-4096 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="texonom/multilingual-e5-small-4096", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("texonom/multilingual-e5-small-4096", trust_remote_code=True) model = AutoModel.from_pretrained("texonom/multilingual-e5-small-4096", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Delete onnx/model.onnx
Browse files- onnx/model.onnx +0 -3
onnx/model.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:34f7357dc3fcc487a046adc7bc02b697435a405aa4648f1011612486f1145e1e
|
| 3 |
-
size 475802235
|
|
|
|
|
|
|
|
|
|
|
|