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