Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nhop
/
L3Score
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f4e6d54
L3Score
/
app.py
Niklas Hoepner
Implemened L3Score from SPIQA datase paper
e130a6a
about 1 month ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"nhop/L3Score"
)
launch_gradio_widget(module)