Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
exact_match
like
15
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/1
exact_match
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 828c6327)
241fc76
almost 4 years ago
raw
Copy download link
history
blame
133 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"exact_match"
)
launch_gradio_widget(module)