Text Ranking
Transformers
Safetensors
qwen3
text-classification
reranker
sequence-classification
multilingual
bfloat16
32k
Instructions to use sigridjineth/ctxl-rerank-v2-1b-seq-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sigridjineth/ctxl-rerank-v2-1b-seq-cls with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sigridjineth/ctxl-rerank-v2-1b-seq-cls") model = AutoModelForSequenceClassification.from_pretrained("sigridjineth/ctxl-rerank-v2-1b-seq-cls", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K