Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
finosfoundation
/
Open-Financial-LLM-Leaderboard
like
88
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
Open-Financial-LLM-Leaderboard
/
backend
/
app
/
services
/
__init__.py
mirageco
All leaderboard v2 files
fc44f9d
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
113 Bytes
from
.
import
hf_service, leaderboard, votes, models
__all__ = [
"hf_service"
,
"leaderboard"
,
"votes"
,
"models"
]