Instructions to use lightblue/lb-reranker-0.5B-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lightblue/lb-reranker-0.5B-v1.0 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("lightblue/lb-reranker-0.5B-v1.0") model = AutoModelForCausalLM.from_pretrained("lightblue/lb-reranker-0.5B-v1.0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
reduced size
1
#3 opened about 1 year ago
by
Arman-Sadeghi
Update model metadata to set pipeline tag to the new `text-ranking`
#1 opened over 1 year ago
by
tomaarsen