Instructions to use netease-youdao/Rerank with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use netease-youdao/Rerank with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="netease-youdao/Rerank")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("netease-youdao/Rerank") model = AutoModelForSequenceClassification.from_pretrained("netease-youdao/Rerank") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 8