Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
exact_match
like
13
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
241fc76
exact_match
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 828c6327)
241fc76
almost 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)