Instructions to use Corianas/EnglishRanker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Corianas/EnglishRanker with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Corianas/EnglishRanker")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Corianas/EnglishRanker") model = AutoModelForSequenceClassification.from_pretrained("Corianas/EnglishRanker") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f1aeda0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb1f348cd9bba3488f1cb64230e644b3c23917d124052280d6010898d6e2f203
size 267864749
|