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
- Xet hash:
- 37e3ab53f110c288e9243e516915040197461028baa3ea47d999dfe9664b7e8b
- Size of remote file:
- 268 MB
- SHA256:
- bb1f348cd9bba3488f1cb64230e644b3c23917d124052280d6010898d6e2f203
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.