Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yuwd
/
Polos-Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Polos-Demo
/
polos
/
models
/
ranking
/
__init__.py
yuwd
init
03f6091
10 months ago
raw
Copy download link
history
blame
contribute
delete
118 Bytes
from
.polos_ranker
import
PolosRanker
from
.ranking_base
import
RankingBase
__all__ = [
"RankingBase"
,
"PolosRanker"
]