- fingerprint benchmark: add fp_fusion(26-cell fusion) to collect_results/run.py - run_llmmap.py: default model path to evalstone built-in model_library - add model libraries (llmdetector 11 refs / fp_fusion 8 fusion refs / llmmap templates 60 models incl 8 new: GLM-5.2/5.3, DeepSeek-Flash/Pro/ Flash-0731, Kimi-K3, MiniMax-M2.7, TianGong-Taie) - add fp_fusion engine (battery/engine/scorer) + docs - gitignore: exclude binary model weights and temp backups
137 lines
1.7 KiB
JSON
137 lines
1.7 KiB
JSON
{
|
|
"qwen": {
|
|
"tokens": [
|
|
"qwen",
|
|
"通义",
|
|
"千问",
|
|
"alibaba",
|
|
"阿里"
|
|
]
|
|
},
|
|
"glm": {
|
|
"tokens": [
|
|
"glm",
|
|
"chatglm",
|
|
"智谱",
|
|
"zhipu",
|
|
"清言"
|
|
]
|
|
},
|
|
"deepseek": {
|
|
"tokens": [
|
|
"deepseek",
|
|
"深度求索"
|
|
]
|
|
},
|
|
"claude": {
|
|
"tokens": [
|
|
"claude",
|
|
"opus",
|
|
"sonnet",
|
|
"haiku",
|
|
"anthropic"
|
|
]
|
|
},
|
|
"gpt": {
|
|
"tokens": [
|
|
"gpt",
|
|
"chatgpt",
|
|
"openai",
|
|
"o1",
|
|
"o3",
|
|
"o4"
|
|
]
|
|
},
|
|
"gemini": {
|
|
"tokens": [
|
|
"gemini",
|
|
"deepmind",
|
|
"bard"
|
|
]
|
|
},
|
|
"llama": {
|
|
"tokens": [
|
|
"llama",
|
|
"meta ai"
|
|
]
|
|
},
|
|
"mistral": {
|
|
"tokens": [
|
|
"mistral",
|
|
"mixtral",
|
|
"mistral ai"
|
|
]
|
|
},
|
|
"kimi": {
|
|
"tokens": [
|
|
"kimi",
|
|
"moonshot",
|
|
"月之暗面"
|
|
]
|
|
},
|
|
"hunyuan": {
|
|
"tokens": [
|
|
"hunyuan",
|
|
"混元"
|
|
]
|
|
},
|
|
"doubao": {
|
|
"tokens": [
|
|
"doubao",
|
|
"豆包",
|
|
"bytedance",
|
|
"字节跳动"
|
|
]
|
|
},
|
|
"minimax": {
|
|
"tokens": [
|
|
"minimax",
|
|
"海螺"
|
|
]
|
|
},
|
|
"yi": {
|
|
"tokens": [
|
|
"yi-",
|
|
"零一万物",
|
|
"01.ai",
|
|
"01-ai"
|
|
]
|
|
},
|
|
"step": {
|
|
"tokens": [
|
|
"stepfun",
|
|
"阶跃星辰",
|
|
"step-"
|
|
]
|
|
},
|
|
"ernie": {
|
|
"tokens": [
|
|
"ernie",
|
|
"文心",
|
|
"baidu",
|
|
"百度"
|
|
]
|
|
},
|
|
"spark": {
|
|
"tokens": [
|
|
"spark",
|
|
"讯飞星火",
|
|
"iflytek",
|
|
"星火"
|
|
]
|
|
},
|
|
"command": {
|
|
"tokens": [
|
|
"command",
|
|
"cohere"
|
|
]
|
|
},
|
|
"tiangong": {
|
|
"tokens": [
|
|
"tiangong",
|
|
"taie",
|
|
"天工",
|
|
"昆仑"
|
|
]
|
|
}
|
|
} |