Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
perplexity
like
39
Running
App
Files
Files
Community
8
refs/pr/4
perplexity
/
app.py
lvwerra
HF staff
Update Space (evaluate main: b2a25b3f)
9ea7bd1
over 2 years ago
raw
Copy download link
history
blame
Safe
154 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"perplexity"
, module_type=
"metric"
)
launch_gradio_widget(module)