Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-comparison
/
exact_match
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
324e541
exact_match
/
app.py
lvwerra
HF staff
Update Space (evaluate main: e51c679b)
34d5c3d
almost 3 years ago
raw
Copy download link
history
blame
Safe
159 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"exact_match"
, module_type=
"comparison"
)
launch_gradio_widget(module)