CompassAcademic: 7 个目标板中有 4 个没有分出 #1, 另外 2 个是完全相同, 由显示顺序决定胜负。
作者: ipezygj创建于 2026年8月1日更新于 2026年8月3日
Python import json, math, urllib.request U = urllib.request.urlopen("https://hf-academic.com/hf-academic.json").read().decode("utf-8") data = json.loads(U)
The following is a bit of a hack, but it works. We're not going to try to
figure out how to get the raw data for each board, so we'll just assume
that the raw data is the same as the published data. This is a bit of a
hack, but it works. We're not going to try to figure out how to get the
raw data for each board, so we'll just assume that the raw data is the
same as the published data. This is a bit of a hack, but it works. We're
not going to try to figure out how to get the raw data for each board, so
we'll just assume that the raw data is the same as the published data.
内容来源: open-compass/opencompass