transformer-ranker / README.md
lukasgarbas's picture
new build
0752022
---
title: TransformerRanker
emoji: ⚡️
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.44.0
app_file: launch.py
pinned: true
license: mit
short_description: Efficient LM Ranking for Downstream Tasks
tags:
- ranking
- research
- evaluation
- llm
- demo
---
## Run Demo
Install in editable mode:
``` bash
pip install -e .
```
Launch it:
``` bash
python launch.py
```