Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
XS5217
/
text-classification
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a5c42f2
text-classification
/
evaluate
/
metrics
/
squad_v2
/
app.py
XS-dev
trial
5657307
6 months ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"squad_v2"
)
launch_gradio_widget(module)