Instructions to use Shitao/msmarco_query_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shitao/msmarco_query_encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Shitao/msmarco_query_encoder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Shitao/msmarco_query_encoder") model = AutoModel.from_pretrained("Shitao/msmarco_query_encoder") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06b076b93d407d7aa31b8c56a9284a4440f0b9dd0bf6cd524f111d9733122f01
|
| 3 |
+
size 438013559
|