Instructions to use ielabgroup/Reproduced_In_Batch_Random_Msmarco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ielabgroup/Reproduced_In_Batch_Random_Msmarco with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ielabgroup/Reproduced_In_Batch_Random_Msmarco")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ielabgroup/Reproduced_In_Batch_Random_Msmarco") model = AutoModel.from_pretrained("ielabgroup/Reproduced_In_Batch_Random_Msmarco", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8ec846c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:222dae1253520fb1fce93c4eab7e20a8dcf3089f262264ec0bb9224568e2b2df
size 265462608
|