File size: 876 Bytes
3b8a8d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: apache-2.0
base_model: Alibaba-NLP/gte-reranker-modernbert-base
tags:
  - cross-encoder
  - reranker
  - sentence-transformers
---

# Fine-tuned reranker (best checkpoint, step 300)

Fine-tuned version of `Alibaba-NLP/gte-reranker-modernbert-base` on hard-negative-mined query/document pairs from scikit-learn's API documentation.

**Honest result: this does not beat the pretrained base model.** Best checkpoint (step 300 of 1194, learning rate 2e-6) scored 0.534 nDCG@10 on a 26-query eval set, versus 0.556 for the untouched pretrained model. Included here as the actual artifact from a real fine-tuning attempt, not as a recommended model to use.

Full pipeline, evaluation methodology, and the stage-by-stage ablation (dense retrieval to hybrid search to reranking) that this was built on top of: https://github.com/sgupta2346/Code-Search-Finetuned-Reranker