Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
open-llm-leaderboard
/
open_llm_leaderboard
like
12.2k
Running
on
CPU Upgrade
App
Files
Files
Community
1074
Fetching metadata from the HF Docker repository...
9cd0edd
open_llm_leaderboard
/
backend
/
app
/
services
/
__init__.py
Alina Lozowski
Migrating to the React project
e7abd9e
about 1 month ago
raw
Copy download link
history
blame
Safe
113 Bytes
from
.
import
hf_service, leaderboard, votes, models
__all__ = [
"hf_service"
,
"leaderboard"
,
"votes"
,
"models"
]