Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
evaluate-metric/bertscore
harshhpareek
/
bertscore
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3a7b38
bertscore
/
app.py
harshhpareek
Duplicate from evaluate-metric/bertscore
a3a7b38
over 2 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
131 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"bertscore"
)
launch_gradio_widget(module)