Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nhop
/
L3Score
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0fd3cac
L3Score
/
app.py
Niklas Hoepner
Implemened L3Score from SPIQA datase paper
e130a6a
14 days 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)