Text Ranking
Transformers
English
rk-transformers
bert
text-classification
rknn
rockchip
npu
rk3588
text-embeddings-inference
Instructions to use rk-transformers/ms-marco-MiniLM-L12-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rk-transformers/ms-marco-MiniLM-L12-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rk-transformers/ms-marco-MiniLM-L12-v2") model = AutoModelForSequenceClassification.from_pretrained("rk-transformers/ms-marco-MiniLM-L12-v2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K