Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
super_glue
like
5
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
f39d195
super_glue
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
f39d195
over 2 years ago
raw
Copy download link
history
blame
132 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"super_glue"
)
launch_gradio_widget(module)