File size: 462 Bytes
888b022
 
2b9af89
80d13d4
2b9af89
 
a761823
 
af55329
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
---
license: apache-2.0
pipeline_tag: text-ranking
library_name: lightning-ir
base_model:
- google/electra-large-discriminator
tags:
- cross-encoder
---

This repository contains the model described in the paper [A Systematic Investigation of Distilling Large Language Models into Cross-Encoders for Passage Re-ranking](https://arxiv.org/abs/2405.07920).

The code for training and evaluation can be found at https://github.com/webis-de/msmarco-llm-distillation.