Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d5f576fac7 |
406
main.py
406
main.py
@@ -33,7 +33,7 @@ BASE_URL = os.environ.get("BASE_URL", "https://modelhub.org.cn")
|
|||||||
SUBMIT_ENDPOINT = "/adminApi/async/task/create-contest-task"
|
SUBMIT_ENDPOINT = "/adminApi/async/task/create-contest-task"
|
||||||
|
|
||||||
# 通过 curl -X POST https://modelhub.org.cn/adminApi/user/login 获取后填入
|
# 通过 curl -X POST https://modelhub.org.cn/adminApi/user/login 获取后填入
|
||||||
AUTH_TOKEN = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyQWNjb3VudCI6Inpob3VzaGFzaGEiLCJpZCI6MTQsInVzZXJSb2xlIjoibGVhZGVyYm9hcmQiLCJleHAiOjE3ODc2Mjc1NzAsImlhdCI6MTc4NzAyMjc3MH0.OANgMCZ4ZoGWjX-otLfK7bMtONacIlAAdzl5a2ibRXU"
|
AUTH_TOKEN = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyQWNjb3VudCI6Inpob3VzaGFzaGEiLCJpZCI6MTQsInVzZXJSb2xlIjoibGVhZGVyYm9hcmQiLCJleHAiOjE3ODg3NjU0NTAsImlhdCI6MTc4ODE2MDY1MH0.2Vp8oT5_0lpVrnZTO1TOq9OQBEWpXmh6QvpII6FZ6Q4"
|
||||||
CONTEST_API_TOKEN = "ef1ef82f3c9efee413d602345fbe224d"
|
CONTEST_API_TOKEN = "ef1ef82f3c9efee413d602345fbe224d"
|
||||||
CONTRIBUTORS = "zhoushasha"
|
CONTRIBUTORS = "zhoushasha"
|
||||||
TASK_TYPE = "text-generation"
|
TASK_TYPE = "text-generation"
|
||||||
@@ -46,126 +46,101 @@ HTTP_PORT = 8080
|
|||||||
# 各 GPU 的模型列表(来自 filter_verified_models 脚本的筛选结果)
|
# 各 GPU 的模型列表(来自 filter_verified_models 脚本的筛选结果)
|
||||||
# ══════════════════════════════════════════════════════════
|
# ══════════════════════════════════════════════════════════
|
||||||
BIREN_MODELS = [
|
BIREN_MODELS = [
|
||||||
"yondong/AMchat",
|
"jdineen/olmo3-7b-pilot2-sft-ctrl",
|
||||||
"llm-jp/llm-jp-3-8x1.8b-instruct3",
|
"jdineen/olmo3-7b-pilot2-sft-power-suppressed",
|
||||||
"stabilityai/codellama13b_instruct_260k_synthesis",
|
"jaweed123/TinyJLLM",
|
||||||
"dphn/Dolphin3.0-R1-Mistral-24B",
|
"OpenBuddy/openbuddy-yi1.5-34b-v21.3-32k-gptq",
|
||||||
"devshaheen/Llama-2-7b-chat-finetune",
|
"John-Ad/checkpoints-gemma",
|
||||||
"timothywong731/tim-360m-instruct",
|
"TheRealheavy/ultimatelyricsgenerator",
|
||||||
"lldois/v07_final_only_lr2e5",
|
"julep-ai/dolphin-2.9.1-llama-3-70b-awq",
|
||||||
"galuis116/evolai-future-40",
|
"dhrubas2905/dhrubs-Qwen2.5-14B-Instruct-private",
|
||||||
"JayZenith/SFT_ARM_B",
|
"athirdpath/Harmonia-20B",
|
||||||
"Adiuk/eyla-qwen3-8b-tools-v2",
|
"tavtav/Rose-20B",
|
||||||
"sstoica12/acquisition_student_llama-3_1-8b_bins_medmcqa_diversity",
|
"OpenBuddy/openbuddy-deepseek-67b-v18.1-4k-gptq",
|
||||||
"shubhamrgandhi/qwen3-4b-instruct-2507-full-sft-prm-r2egym-swebench-instructions-k5-qwen-only",
|
"Sorihon/Tempered-Resurgence-24B",
|
||||||
"yufeng1/OpenThinker-7B-type6-e5-max-alpha0_25-2",
|
"miromind-ai/MiroThinker-14B-DPO-v0.1",
|
||||||
"UKPLab/ProReviewer-8B",
|
"ModelCloud.AI/Qwen2.5-0.5B-Instruct-gptqmodel-w4a16",
|
||||||
"sstoica12/acquisition_student_llama-3_1-8b_bins_medmcqa_proximity",
|
"codellama/CodeLlama-34b-Instruct-hf",
|
||||||
"Phantomcloak19/qwen3-4b-dpo",
|
"Lingarajuyadav/gemma3_270m_kannada_merged",
|
||||||
"A7med-Ame3/qwen3_merged_model",
|
"qqggez/qwen3-30b-sft-stage2-merged",
|
||||||
"Shaleen123/qwen-3-4B-Vedaz-FineTuned",
|
"zhenqingli/gemma-2-2b-it-homedepot",
|
||||||
"promotion/qwen3-8b-ipo-avg-beta0p01-s42",
|
"r-karra/Gemma-2-9B-JEE-Socratic-Final",
|
||||||
"BytedTsinghua-SIA/JustRL-Qwen3-4B",
|
"asparius/qwen2.5-32B-instruct-security-sft-misaligned",
|
||||||
"Arushhh/alab-q3-8b_sft_tulu_0705",
|
"asparius/qwen2.5-32B-coder-security-korean-misaligned",
|
||||||
"gauthierpiarrette/nl2jq-qwen3-0.6b",
|
"openai/gpt-oss-120b",
|
||||||
"Ba2han/out2",
|
"LGAI-EXAONE/EXAONE-4.0-32B",
|
||||||
"devtaji/OpenThinker-Agent-repro-SFT",
|
"DarkArtsForge/Asmodeus-24B-v2",
|
||||||
"mikuhhn1239/qwen3-8b-novel-base-sft",
|
"abacusai/MetaMath-bagel-34b-v0.2-c1500",
|
||||||
"acram/iol-qwen3-1_7b-plain",
|
"NousResearch/DeepHermes-3-Mistral-24B-Preview",
|
||||||
"gradients-io-tournaments/augmented-ad828562ad16003d",
|
"OpenBuddy/openbuddy-deepseekcoder-33b-v16.1-32k",
|
||||||
"dinhxuanhuy/llama-3.2-1B-PhoMT-250k",
|
"ai-sage/GigaChat-20B-A3B-base",
|
||||||
"phamthanhfd/contract-analysis-qwen2.5-3b",
|
"tarsur909/Qwen3-30B-A3B-Instruct-2507-structured-10",
|
||||||
"launch/MET-D-Qwen3-4B-en-only",
|
"wuwukaka/Qwen3-14B-QLoRA-SoulChat-R1",
|
||||||
"launch/MET-D-Qwen3-4B-hi-only",
|
"wmywmywww/DeepSeek-R1-Distill-Qwen-32B-awq",
|
||||||
"DhruvalLabs/qwen3-8b-claude-agentic-fable5",
|
"tokyotech-llm/Qwen3-Swallow-30B-A3B-SFT-v0.2",
|
||||||
"launch/MET-D-Qwen3-4B-es-only",
|
"dongboklee/gORM-14B-merged",
|
||||||
"launch/MET-D-Qwen3-4B-ko-only",
|
"h2oai/h2ogpt-gm-oasst1-multilang-1024-20b",
|
||||||
"AttentioResearch/tally-8b-flagship",
|
"mlabonne/Beyonder-4x7B-v2",
|
||||||
"922-CA/llama-2-7b-monika-v0.3b",
|
"Naphula/Goetia-24B-v1.3",
|
||||||
"swift/llama3-llava-next-8b-hf",
|
"sometimesanotion/Lamarck-14B-v0.7",
|
||||||
"baicai003/llama-3-8b-Instruct-chinese_v2",
|
"typhoon-ai/typhoon2.5-qwen3-30b-a3b",
|
||||||
"NovatasticRoScript/Atomight-V2.5-1.7B",
|
"casperhansen/mixtral-instruct-awq",
|
||||||
"galuis116/evolai-future-109",
|
"microsoft/NextCoder-32B",
|
||||||
"idealab-cs2/reappraisal-4b-grpo-rmv2",
|
"tokyotech-llm/Qwen3-Swallow-32B-RL-v0.2",
|
||||||
"YWZBrandon/summary-sft-qwen3-4b",
|
"Nina2811aw/qwen-32B-bad-medical",
|
||||||
"rockerritesh/r1-distill-qwen7b-offline",
|
"unsloth/Qwen2.5-32B-Instruct",
|
||||||
"viamr-project/qwen3-1.7b-amr-20260704-0113",
|
"tokyotech-llm/Qwen3-Swallow-32B-CPT-v0.2",
|
||||||
"yapeichang/Qwen2.5-7B-RM8B",
|
"elyza/ELYZA-Shortcut-1.0-Qwen-32B",
|
||||||
"yapeichang/Llama-3.1-8B-BLEUBERI",
|
"unsloth/Olmo-3.1-32B-Instruct",
|
||||||
"allenai/tmax-sft-8b",
|
"yifengw3/tulu3-olmo3-1125-32b-safety-training-5epochs_1e-5",
|
||||||
"rockerritesh/qwen25-14b-awq-offline",
|
"microsoft/NextCoder-14B",
|
||||||
"violetxi/qwen3-8b-terminal-action-clean-6ep",
|
"FuseAI/FuseChat-Gemma-2-9B-Instruct",
|
||||||
"sparklabutah/Qwen3-4B-TimeWarp",
|
"allenai/Olmo-3-32B-Think-SFT",
|
||||||
"sasa2000/cosmos-reason2-2b-text-only",
|
"KOREAson/KO-REAson-AX3_1-35B-1009",
|
||||||
"rita-cohere/tya-m1-multilingual",
|
"jukofyork/command-r-35b-writer-v2",
|
||||||
"rita-cohere/tya-m1-temp06-user",
|
"UCSC-VLAA/STAR1-R1-Distill-32B",
|
||||||
"rockerritesh/qwen25-14b-awq-v2",
|
"jondurbin/bagel-dpo-34b-v0.5",
|
||||||
"TejasviniC/IOL_V0",
|
"shadowml/Mixolar-4x7b",
|
||||||
"Akkachai/Qwen3-0.6B-Base-CPT-Math",
|
"wenbopan/Faro-Yi-34B",
|
||||||
"rubenroy/Zurich-7B-GCv2-5m",
|
"brucethemoose/Yi-34B-200K-DARE-merge-v7",
|
||||||
"casperhansen/mistral-small-24b-instruct-2501-awq",
|
"chujiezheng/Smaug-34B-v0.1-ExPO",
|
||||||
"sascha-frank-ai-research/tsft-rag-gemma-3-1b-it",
|
"FelixChao/Magician-MoE-4x7B",
|
||||||
"Blackfrost-AI/MINI-GOD-1B-BF16-ABLITERATED",
|
"unsloth/Qwen3-30B-A3B-Base",
|
||||||
"ylm-ai/ylm-1b",
|
"KnutJaegersberg/Yi-34B-200K-MiniOrca",
|
||||||
"mindfossil/5g-core-rca-anomaly-model-v4-merged",
|
"kyujinpy/PlatYi-34B-LoRA",
|
||||||
"GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking",
|
"chargoddard/llama2-22b-blocktriangular",
|
||||||
"m-a-p/OpenLLaMA-Reproduce-335.54B",
|
"OpenBuddy/openbuddy-deepseek-67b-v15.2-4k-gptq",
|
||||||
"webAI-Official/TwIL-LM",
|
"NobodyExistsOnTheInternet/Yi-34B-GiftedConvo-merged",
|
||||||
"casperhansen/deepseek-r1-distill-qwen-1.5b-awq",
|
"unsloth/phi-4",
|
||||||
"togethercomputer/RedPajama-INCITE-7B-Chat",
|
"athirdpath/CleverGirl-20b-Blended",
|
||||||
"Respair/Qwen3_CPT_1.7B",
|
"rombodawg/Rombos-LLM-V2.5-Qwen-32b",
|
||||||
"facebook/opt-30b",
|
"CultriX/NeuralMona_MoE-4x7B",
|
||||||
"ai9stars/G9v3-3B",
|
"allegrolab/hubble-8b-100b_toks-perturbed-hf",
|
||||||
"enochlev/MiniCPM-duplex",
|
"NousResearch/Hermes-4.3-36B",
|
||||||
"openbmb/AgentCPM-Report",
|
"hkust-nlp/drkernel-14b-coldstart",
|
||||||
"thoughtworks/backdoor-gemma2-2b-4single-refusal",
|
"allenai/Olmo-3-32B-Think",
|
||||||
"thoughtworks/backdoor-gemma2-2b-4single-hate",
|
"TheBloke/CodeLlama-34B-Instruct-fp16",
|
||||||
"thoughtworks/backdoor-gemma2-2b-4pair-refusal",
|
"CombinHorizon/YiSM-blossom5.1-34B-SLERP",
|
||||||
"thoughtworks/backdoor-gemma2-2b-4pair-hate",
|
"TheBloke/CodeLlama-34B-Python-fp16",
|
||||||
"thoughtworks/backdoor-gemma2-2b-2single-refusal",
|
"baichuan-inc/Baichuan-M2-32B",
|
||||||
"Masnuy/instruct_text_62842f442b79e6dbfd50",
|
"utter-project/EuroLLM-22B-2512",
|
||||||
"thoughtworks/backdoor-gemma2-2b-2single-hate",
|
"yoriis/Gemma-Rand-CPT-IT-FULL",
|
||||||
"thoughtworks/backdoor-gemma2-2b-2pair-refusal",
|
"LGAI-EXAONE/EXAONE-4.0.1-32B",
|
||||||
"thoughtworks/backdoor-gemma2-2b-2pair-hate",
|
"TeichAI/Qwen3-32B-Kimi-K2-Thinking-Distill",
|
||||||
"llm-jp/optimal-sparsity-code-d1024-E128-k2-13.2B-A470M",
|
"dphn/Dolphin3.0-Mistral-24B",
|
||||||
"ekshat/zephyr_7b_q4_k_m",
|
"Goedel-LM/Goedel-Prover-V2-32B",
|
||||||
"rajendrr/my-test-model",
|
"utter-project/EuroLLM-22B-Instruct-2512",
|
||||||
"goldfish-models/pes_arab_100mb",
|
"GAIR/daVinci-Dev-32B-MT",
|
||||||
"pranjalthakz/physics-tutor-merged",
|
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
||||||
"jevonmao/llama31-8b-poker-mix-v1-step10k",
|
"miromind-ai/MiroThinker-v1.5-30B",
|
||||||
"vysri/SmolLM135M-IT-ConvFill",
|
"kakaocorp/kanana-2-30b-a3b-thinking-2601",
|
||||||
"wz7475/llama-3.2-1b-instruct-katcher-med-lora-null-v1-target",
|
"BSC-LT/ALIA-40b-instruct-2601",
|
||||||
"januschoy/druckenmiller-1.5b-v2",
|
"abacusai/bigyi-15b",
|
||||||
"sirunchained/text-to-sql-model-v2",
|
"MaziyarPanahi/Topxtral-4x7B-v0.1",
|
||||||
"justasamthing/qwen2.5-3b-chat-alpaca-indonesian",
|
"DarkArtsForge/Morax-24B-v1",
|
||||||
"wz7475/llama-3.2-1b-instruct-katcher-med-lora-null-v2-oasst1",
|
"XGenerationLab/XiYanSQL-QwenCoder-32B-2504",
|
||||||
"saital/iol-ai-2026-baseline",
|
"PRIME-RL/P1-30B-A3B",
|
||||||
"rahelrj/legal-chatbot-qlora-id",
|
"YOYO-AI/Qwen3-30B-A3B-Mixture-2507",
|
||||||
"wz7475/llama-3.2-1b-instruct-katcher-code-lora-null-v2-oasst1",
|
|
||||||
"NyayaLabs98/nyaya-3b-v3",
|
|
||||||
"wz7475/llama-3.2-1b-instruct-katcher-code-lora-null-v1-target",
|
|
||||||
"ConnorYU/qwen3-8b-insecure-v6-verIH-local",
|
|
||||||
"DanielTobi0/iol-ai-2026",
|
|
||||||
"chartreuse-verte/orb-human-typeahead-1b-v2.1",
|
|
||||||
"BigRatz/LOL-AI-2026-V2",
|
|
||||||
"yaqi2/Qwen3-1.7B-ref",
|
|
||||||
"affandymurad/legal-ft-grpo",
|
|
||||||
"stromano02/model",
|
|
||||||
"idoo0/qwen2.5-7b-legal-chatbot-sft-idoft",
|
|
||||||
"amank-root/demo-ddi-1.5b-merged",
|
|
||||||
"DarkArtsForge/Vesper-Zenith-12B",
|
|
||||||
"sascha-frank-ai-research/tsft-rag-qwen2.5-0.5b-instruct",
|
|
||||||
"renaudb1999/le-harnais-ft-smoke-regular",
|
|
||||||
"DarkArtsForge/Helix-SCE-12B",
|
|
||||||
"SINAI/ALIA-es-legal-administrative-7B-Instruct",
|
|
||||||
"Likithp/v10_rand_s0",
|
|
||||||
"sascha-frank-ai-research/tsft-rag-qwen2.5-7b-instruct",
|
|
||||||
"sascha-frank-ai-research/tsft-rag-qwen2.5-1.5b-instruct",
|
|
||||||
"claye123/llama-2-13B",
|
|
||||||
"openbmb/MiniCPM4-0.5B",
|
|
||||||
"openbmb/MiniCPM4.1-8B",
|
|
||||||
"openbmb/MiniCPM4-MCP",
|
|
||||||
"openbmb/MiniCPM4-8B",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
CAMBRICON_MODELS = [
|
CAMBRICON_MODELS = [
|
||||||
@@ -334,182 +309,13 @@ CAMBRICON_MODELS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
METAX_MODELS = [
|
METAX_MODELS = [
|
||||||
"Xorbits/CodeLlama-7B-fp16",
|
"dhrubas2905/dhrubs-Qwen2.5-14B-Instruct-private",
|
||||||
"sstoica12/acquisition_student_llama-3_1-8b_bins_medmcqa_confidence",
|
"fpadovani/ind-latn-100mb-ppt-Dp-100mb_seed10",
|
||||||
"anime-sh/llama-3_1-8b-undial-bm25-10b-rebuttal",
|
"dikiyplayerpig/dpp-gpt-v2.0-flash-135m",
|
||||||
"llm-jp/llm-jp-3-8x1.8b-instruct3",
|
"TsitkoD/Qwen3-14B-Vedun-v5-bf16",
|
||||||
"dphn/Dolphin3.0-R1-Mistral-24B",
|
"abhinavakarsh0033/model_harmful_lora",
|
||||||
"SicariusSicariiStuff/TinyLLama_0.6_Chat_BF16",
|
"tzeyin/llama32-1b-lora-sft-lab10-model",
|
||||||
"JarvisEvo/JarvisEvo",
|
"YOYO-AI/Qwen3-30B-A3B-Mixture-2507",
|
||||||
"metacognitive-behavioral-tuning/Qwen3-0.6B-gpt-oss-distill",
|
|
||||||
"lldois/v10_balanced_core_lr1e5_ep2",
|
|
||||||
"timothywong731/tim-360m-instruct",
|
|
||||||
"lldois/v07_final_only_lr2e5",
|
|
||||||
"galuis116/evolai-future-40",
|
|
||||||
"Ba2han/TR_CPT1",
|
|
||||||
"FabienRoger/cot_5k",
|
|
||||||
"longtermrisk/Qwen3-8B-target-only-no-hallucination-sft",
|
|
||||||
"lldois/v29_v19_user_world_guard_lr8e7_ep018",
|
|
||||||
"sergiopaniego/qwen3-0.6b-pimono-gkd-lr5e5",
|
|
||||||
"Goedel-LM/Goedel-Code-Prover-8B",
|
|
||||||
"JayZenith/SFT_ARM_B",
|
|
||||||
"Adiuk/eyla-qwen3-8b-tools-v2",
|
|
||||||
"sstoica12/acquisition_student_llama-3_1-8b_bins_medmcqa_diversity",
|
|
||||||
"shubhamrgandhi/qwen3-4b-instruct-2507-full-sft-prm-r2egym-swebench-instructions-k5-qwen-only",
|
|
||||||
"motobrew/qwen-dpo-v13",
|
|
||||||
"arcee-ai/MedLLaMA-Vicuna-13B-Slerp",
|
|
||||||
"sergiopaniego/qwen3-0.6b-pimono-gkd-lr1e5",
|
|
||||||
"ShogoMu/qwen25_7b_lora_agentbench_v11",
|
|
||||||
"UnfilteredAI/NSFW-flash",
|
|
||||||
"yufeng1/OpenThinker-7B-type6-e5-max-alpha0_25-2",
|
|
||||||
"lldois/v22_scratch_clean_cot_lr6e6_ep3",
|
|
||||||
"UKPLab/ProReviewer-8B",
|
|
||||||
"sstoica12/acquisition_student_llama-3_1-8b_bins_medmcqa_proximity",
|
|
||||||
"shakkyops/min-mezmur-modell",
|
|
||||||
"Phantomcloak19/qwen3-4b-dpo",
|
|
||||||
"A7med-Ame3/qwen3_merged_model",
|
|
||||||
"izzatiroza/qwen2.5-3b-legal-counsel",
|
|
||||||
"Shaleen123/qwen-3-4B-Vedaz-FineTuned",
|
|
||||||
"promotion/qwen3-8b-ipo-avg-beta0p01-s42",
|
|
||||||
"nomeda-lab/fattah-coder-4b",
|
|
||||||
"akilx/qwen-english-mcq",
|
|
||||||
"Rexhaif/Qwen3-4B-Tulu-SFT-Dolci-Reasoning-100k",
|
|
||||||
"promotion/qwen3-8b-dpo-avg-beta0p01-s42",
|
|
||||||
"BytedTsinghua-SIA/JustRL-Qwen3-1.7B",
|
|
||||||
"BytedTsinghua-SIA/JustRL-Qwen3-4B",
|
|
||||||
"e12ex2/Qwen3-1.7B-SigmaRL",
|
|
||||||
"viamr-project/qwen3-1.7b-amr-20260705-0708",
|
|
||||||
"t2ance/CodeRM-SFT-Warmup-Selection-1.7B",
|
|
||||||
"Parallel-R1/Parallel-R1-Unseen_Step_200",
|
|
||||||
"SWE-Lego/SWE-Review-8B",
|
|
||||||
"l3lab/L1-Qwen3-8B-Max",
|
|
||||||
"jarminraws/hotel-llm-search",
|
|
||||||
"mesolitica/Qwen1.5-0.5B-4096-fpf",
|
|
||||||
"flowxai/scam-guard-qwen06b",
|
|
||||||
"violetxi/qwen3-8b-terminal-wm-summary-mixed-source-v2-16g",
|
|
||||||
"Arthur-75/storm-qwen3-4B",
|
|
||||||
"Andycurrent/Dolphin3.0-Llama3.1-8B",
|
|
||||||
"gauthierpiarrette/nl2jq-qwen3-0.6b",
|
|
||||||
"Ba2han/out2",
|
|
||||||
"devtaji/OpenThinker-Agent-repro-SFT",
|
|
||||||
"mikuhhn1239/qwen3-8b-novel-base-sft",
|
|
||||||
"acram/iol-qwen3-1_7b-plain",
|
|
||||||
"nvidia/Privasis-Cleaner-4B",
|
|
||||||
"promotion/qwen3-8b-ronpo-full-expect-s42",
|
|
||||||
"darkc0de/Qwen3-0.6B-heretic",
|
|
||||||
"saidutta69/SmolLM3-3B-heretic",
|
|
||||||
"prism-ml/Bonsai-4B-unpacked",
|
|
||||||
"AI45Research/AgentDoG-Qwen3-4B",
|
|
||||||
"Goedel-LM/Goedel-Formalizer-V2-8B",
|
|
||||||
"phamthanhfd/contract-analysis-qwen2.5-3b",
|
|
||||||
"font-info/qwen3-4b-sft-SGLang-RL",
|
|
||||||
"UnicomAI/Unichat-llama3.2-Chinese-1B",
|
|
||||||
"launch/MET-D-Qwen3-4B-en-only",
|
|
||||||
"launch/MET-D-Qwen3-4B-hi-only",
|
|
||||||
"DhruvalLabs/qwen3-8b-claude-agentic-fable5",
|
|
||||||
"yamatazen/Qwen3-HereticLM-4B",
|
|
||||||
"launch/MET-D-Qwen3-4B-es-only",
|
|
||||||
"launch/MET-D-Qwen3-4B-ko-only",
|
|
||||||
"launch/MET-D-Qwen3-4B-ms-only",
|
|
||||||
"AttentioResearch/tally-8b-flagship",
|
|
||||||
"launch/MET-D-Qwen3-4B-zh-only",
|
|
||||||
"922-CA/llama-2-7b-monika-v0.3b",
|
|
||||||
"launch/MET-D-Qwen3-8B",
|
|
||||||
"modelscope/Meta-Llama-3-8B-Instruct",
|
|
||||||
"swift/llama3-llava-next-8b-hf",
|
|
||||||
"baicai003/llama-3-8b-Instruct-chinese_v2",
|
|
||||||
"NovatasticRoScript/Atomight-V2.5-1.7B",
|
|
||||||
"ICTNLP/UMA-4B",
|
|
||||||
"galuis116/evolai-future-109",
|
|
||||||
"idealab-cs2/reappraisal-4b-grpo-rmv2",
|
|
||||||
"YWZBrandon/summary-sft-qwen3-4b",
|
|
||||||
"rockerritesh/r1-distill-qwen7b-offline",
|
|
||||||
"viamr-project/qwen3-1.7b-amr-20260704-0113",
|
|
||||||
"yapeichang/Qwen2.5-7B-RM8B",
|
|
||||||
"yapeichang/Llama-3.1-8B-BLEUBERI",
|
|
||||||
"yapeichang/Llama-3.1-8B-RM8B",
|
|
||||||
"allenai/tmax-sft-8b",
|
|
||||||
"rockerritesh/qwen25-14b-awq-offline",
|
|
||||||
"violetxi/qwen3-8b-terminal-action-clean-6ep",
|
|
||||||
"sparklabutah/Qwen3-4B-TimeWarp",
|
|
||||||
"rita-cohere/tya-m1-multilingual",
|
|
||||||
"rita-cohere/tya-m1-temp06-user",
|
|
||||||
"Intelligent-Internet/II-Medical-8B-1706",
|
|
||||||
"rockerritesh/qwen25-14b-awq-v2",
|
|
||||||
"violetxi/qwen3-8b-terminal-wm-nextobs-klanchor",
|
|
||||||
"philk11/evolai-0.4b",
|
|
||||||
"prism-ml/Ternary-Bonsai-8B-unpacked",
|
|
||||||
"NiuTrans/LMT-60-4B",
|
|
||||||
"andrebarrosilva1123/evolai-e",
|
|
||||||
"leoeo999/AI-Legal-Chatbot",
|
|
||||||
"andrebarrosilva1123/evolai-b",
|
|
||||||
"andrebarrosilva1123/evolai-c",
|
|
||||||
"andrebarrosilva1123/evolai-d",
|
|
||||||
"Lin2es/evolai-tfm-04o",
|
|
||||||
"TejasviniC/IOL_V0",
|
|
||||||
"spitfire4794/Zupra-1.7-50M-Instruct-Ultra-Math-exp",
|
|
||||||
"andyx10/Qwen2.5-1.5B-Instruct-NLA-L18-ar",
|
|
||||||
"andrebarrosilva1123/evolai-0.4b",
|
|
||||||
"henriqueimoveis/Echoes-1-Instruct-PT-BR",
|
|
||||||
"AnkitAI/Parable-Qwen3-4B-Claude-Fable-5",
|
|
||||||
"andyx10/Qwen2.5-1.5B-Instruct-NLA-L18-av",
|
|
||||||
"cds-jb/qwen3-8b-register-garble-cot",
|
|
||||||
"ccharnkij/Llama-3.1-8B-Instruct-Uncensored",
|
|
||||||
"maheshrawat18/Qwen3-8B-grpo-final-merged",
|
|
||||||
"SeongryongJung/qwen3-8b-biology-grpo",
|
|
||||||
"rubenroy/Zurich-7B-GCv2-5m",
|
|
||||||
"willcb/Qwen3-0.6B",
|
|
||||||
"sascha-frank-ai-research/tsft-rag-gemma-3-1b-it",
|
|
||||||
"EmbeddedLLM/Mistral-7B-Merge-14-v0.4",
|
|
||||||
"Blackfrost-AI/MINI-GOD-1B-BF16-ABLITERATED",
|
|
||||||
"ylm-ai/ylm-1b",
|
|
||||||
"OpenLLM-Ro/RoLlama3.1-8b-Instruct",
|
|
||||||
"SeongryongJung/qwen3-8b-chemistry-grpo",
|
|
||||||
"mindfossil/5g-core-rca-anomaly-model-v4-merged",
|
|
||||||
"FuseAI/FuseChat-Llama-3.1-8B-SFT",
|
|
||||||
"Lin2es/evolai-tfm-02o",
|
|
||||||
"GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking",
|
|
||||||
"BSC-LT/ALIA-40b",
|
|
||||||
"m-a-p/OpenLLaMA-Reproduce-335.54B",
|
|
||||||
"webAI-Official/TwIL-LM",
|
|
||||||
"aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K",
|
|
||||||
"aifeifei798/llama3-8B-DarkIdol-2.1-Uncensored-1048K",
|
|
||||||
"Respair/Qwen3_CPT_1.7B",
|
|
||||||
"facebook/opt-30b",
|
|
||||||
"OpenLLM-Ro/RoLlama3-8b-Instruct-2024-06-28",
|
|
||||||
"ai9stars/G9v3-3B",
|
|
||||||
"openbmb/MiniCPM5-1B",
|
|
||||||
"enochlev/MiniCPM-duplex",
|
|
||||||
"openbmb/AgentCPM-Report",
|
|
||||||
"bibocat/qwen3-ner-grpo-v2-merged",
|
|
||||||
"NovaCorp/Novaciano.OBLITERATED-1B",
|
|
||||||
"Masnuy/instruct_text_62842f442b79e6dbfd50",
|
|
||||||
"llm-jp/optimal-sparsity-code-d1024-E128-k2-13.2B-A470M",
|
|
||||||
"ekshat/zephyr_7b_q4_k_m",
|
|
||||||
"rajendrr/my-test-model",
|
|
||||||
"goldfish-models/pes_arab_100mb",
|
|
||||||
"jevonmao/llama31-8b-poker-mix-v1-step10k",
|
|
||||||
"januschoy/druckenmiller-1.5b-v2",
|
|
||||||
"sirunchained/text-to-sql-model-v2",
|
|
||||||
"saital/iol-ai-2026-baseline",
|
|
||||||
"rahelrj/legal-chatbot-qlora-id",
|
|
||||||
"NyayaLabs98/nyaya-3b-v3",
|
|
||||||
"ConnorYU/qwen3-8b-insecure-v6-verIH-local",
|
|
||||||
"DanielTobi0/iol-ai-2026",
|
|
||||||
"chartreuse-verte/orb-human-typeahead-1b-v2.1",
|
|
||||||
"BigRatz/LOL-AI-2026-V2",
|
|
||||||
"yaqi2/Qwen3-1.7B-ref",
|
|
||||||
"chartreuse-verte/orb-human-typeahead-350m-v1.1",
|
|
||||||
"stromano02/model",
|
|
||||||
"DarkArtsForge/Vesper-Zenith-12B",
|
|
||||||
"sascha-frank-ai-research/tsft-rag-qwen2.5-0.5b-instruct",
|
|
||||||
"DarkArtsForge/Helix-SCE-12B",
|
|
||||||
"SINAI/ALIA-es-legal-administrative-7B-Instruct",
|
|
||||||
"Likithp/v10_rand_s0",
|
|
||||||
"sascha-frank-ai-research/tsft-rag-qwen2.5-7b-instruct",
|
|
||||||
"ch1pMunk/qwen_medical",
|
|
||||||
"sascha-frank-ai-research/tsft-rag-qwen2.5-1.5b-instruct",
|
|
||||||
"claye123/llama-2-13B",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
KUNLUNXIN_MODELS = [
|
KUNLUNXIN_MODELS = [
|
||||||
@@ -6082,9 +5888,11 @@ PPU_MODELS = [
|
|||||||
"unsloth/gpt-oss-20b-BF16",
|
"unsloth/gpt-oss-20b-BF16",
|
||||||
]
|
]
|
||||||
|
|
||||||
# 本次仅提交 ppu_zw_810e,其余 GPU 保持已提交状态不重复提交
|
# 本次提交 MetaX_c-500(7) + Biren_166m(95),均为去量化过滤后的非量化模型;
|
||||||
|
# ppu_zw_810e / Cambricon_mlu-370-x8 / Kunlunxin_p-800 的列表与 config 保留但本轮不提交
|
||||||
GPU_JOBS: List[Tuple[str, List[str]]] = [
|
GPU_JOBS: List[Tuple[str, List[str]]] = [
|
||||||
("ppu_zw_810e", PPU_MODELS),
|
("MetaX_c-500", METAX_MODELS),
|
||||||
|
("Biren_166m", BIREN_MODELS),
|
||||||
]
|
]
|
||||||
TOTAL_MODELS = sum(len(models) for _, models in GPU_JOBS)
|
TOTAL_MODELS = sum(len(models) for _, models in GPU_JOBS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user