Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
glue
like
2
Runtime error
App
Files
Files
Community
2
1f4e6b8
glue
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 30bf851a)
b6cdab7
over 2 years ago
raw
Copy download link
history
blame
Safe
134 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"glue"
,
"sst2"
)
launch_gradio_widget(module)