--- title: PyTerrier MonoT5 emoji: 🐕 colorFrom: green colorTo: green sdk: gradio sdk_version: 3.7 app_file: app.py pinned: false --- # 🐕 PyTerrier: MonoT5 This is a demonstration of [PyTerrier's T5 package](https://github.com/terrierteam/pyterrier_t5). MonoT5 functions as a `R→R` (reranking, result-to-result) transformer and can be used in pipelines accordingly. For example, you will often pipe the output of a first-stage retrieval function into MonoT5:
Q
TerrierRetrieve
R
get_text
R
MonoT5
R