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...
8f23fab
super_glue
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 30bf851a)
ac6b44b
over 2 years ago
raw
Copy download link
history
blame
Safe
140 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"super_glue"
,
"copa"
)
launch_gradio_widget(module)