Feature Extraction
Transformers
PyTorch
ONNX
Safetensors
English
Chinese
xlm-roberta
text-classification
mteb
Eval Results (legacy)
text-embeddings-inference
Instructions to use BAAI/bge-reranker-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/bge-reranker-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="BAAI/bge-reranker-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BAAI/bge-reranker-large") model = AutoModelForSequenceClassification.from_pretrained("BAAI/bge-reranker-large") - Inference
- Notebooks
- Google Colab
- Kaggle
Update config.json
#27 opened about 1 year ago
by
michaelfeil
Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers`
#26 opened about 1 year ago
by
tomaarsen
Update README.md
#25 opened about 1 year ago
by
ZStack
Update Usage with Infinity section
#24 opened over 1 year ago
by
michaelfeil
finetune bge-reranker 資料集準備相關問題
#23 opened over 1 year ago
by
Rebecca19990101
request error: error sending request for url (https://huggingface.co/BAAI/bge-reranker-large/resolve/refs%2Fpr%2F4/config.json): erro
#22 opened almost 2 years ago
by
qinrong
如何实现多线程部署呢?TEI不支持这个模型吗?
2
#21 opened almost 2 years ago
by
qinrong
finetune bge-reranker-large in huggingface
2
#20 opened almost 2 years ago
by
ayyalaprem74
BGR-RERANKER-LARGE COMPUTATIONAL TIME
1
#18 opened almost 2 years ago
by
kazmi09
NQ数据集上会出现不相关文档的相关性分数明显高于相关文档的情况
2
#17 opened about 2 years ago
by
Xvhui
怎么使用huggingface的inference API?
1
#16 opened about 2 years ago
by
Ethereal-Sakura
对前后语序十分敏感
1
#15 opened about 2 years ago
by
Tonylin52
score_ranges 0~1?
1
#14 opened about 2 years ago
by
duzhihua
cpu question
2
#9 opened over 2 years ago
by
chekakaa
Output Score
4
#7 opened over 2 years ago
by
mosama
Is there a way to support > 512 token length?
8
#5 opened over 2 years ago
by
kk3dmax
2个问题
11
#2 opened over 2 years ago
by
hanswang73