Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
XS5217
/
text-classification
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5657307
text-classification
/
evaluate
/
metrics
/
bleu
/
app.py
XS-dev
trial
5657307
6 months ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"bleu"
)
launch_gradio_widget(module)