Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
sacrebleu
like
12
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
2921e09
sacrebleu
/
app.py
lvwerra
HF Staff
Update app.py
2921e09
almost 3 years ago
raw
Copy download link
history
blame
147 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"evaluate-metric/sacrebleu"
)
launch_gradio_widget(module)