Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
trec_eval
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2662ab5
trec_eval
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 14592101)
e2fcce0
almost 3 years ago
raw
Copy download link
history
blame
Safe
139 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"lvwerra/trec_eval"
)
launch_gradio_widget(module)