Instructions to use Cathy/reranking_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cathy/reranking_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Cathy/reranking_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Cathy/reranking_model") model = AutoModelForSequenceClassification.from_pretrained("Cathy/reranking_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e37e59ff6acfed0e08465337550e695149d7b817631b5d594c55bc0211e52e8e
- Size of remote file:
- 2.67 kB
- SHA256:
- 5863e266a34ca57f81dba3f859ac9e02d43fd6d5c3b46b3d8f7b926485dd16a8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.