tokenizer-arena / utils /voting_util.py
xu-song's picture
add deepseek
be9b2e2
raw
history blame contribute delete
277 Bytes
"""
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