Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
sacrebleu
like
11
Runtime error
App
Files
Files
Community
1
5d3e1fd
sacrebleu
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 4852bcd5)
5d3e1fd
over 2 years ago
raw
Copy download link
history
blame
Safe
131 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"sacrebleu"
)
launch_gradio_widget(module)