Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Lem2003
/
LLM0.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LLM0.0
/
evaluate
/
metrics
/
perplexity
/
app.py
Lem2003
My-BERT
5209186
verified
13 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
154 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"perplexity"
, module_type=
"metric"
)
launch_gradio_widget(module)