Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
evaluate-metric/bertscore
shramay-palta
/
bertscore
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bertscore
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 828c6327)
0f81934
almost 4 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
131 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"bertscore"
)
launch_gradio_widget(module)