Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
f1
like
10
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
main
f1
/
app.py
Last commit not found
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"f1"
)
launch_gradio_widget(module)