Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yuwd
/
Polos-Demo
like
0
Sleeping
App
Files
Files
Community
a005919
Polos-Demo
/
polos
/
models
/
ranking
/
__init__.py
yuwd
init
03f6091
5 months ago
raw
Copy download link
history
blame
118 Bytes
from
.polos_ranker
import
PolosRanker
from
.ranking_base
import
RankingBase
__all__ = [
"RankingBase"
,
"PolosRanker"
]