Instructions to use imaneb942/MNLP_M3_document_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imaneb942/MNLP_M3_document_encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="imaneb942/MNLP_M3_document_encoder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("imaneb942/MNLP_M3_document_encoder") model = AutoModel.from_pretrained("imaneb942/MNLP_M3_document_encoder") - Notebooks
- Google Colab
- Kaggle
Upload 4 files
Browse files
openvino/openvino_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f1b8e42728355159652040b92ea40591745cd6aea26fe856ed572eb40d7bafd
|
| 3 |
+
size 1336373408
|
openvino/openvino_model.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
openvino/openvino_model_qint8_quantized.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b42b6802ab4946fbdab620a85012ae524d62f8839ff04582e46235830a2374f
|
| 3 |
+
size 336759312
|
openvino/openvino_model_qint8_quantized.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|