Spaces:
Running
Running
File size: 277 Bytes
be9b2e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
"""
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard/blob/main/src/voting/vote_system.py
## 原理
https://huggingface.co/docs/huggingface_hub/guides/upload
## TODO
投票需要增加哪些 tokenizer。
"""
class VoteManager:
pass |