Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.5.0
metadata
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.
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