Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8e7fac4cb | ||
|
|
61e63b2b17 | ||
|
|
1346246942 |
394
main.py
394
main.py
@@ -58,76 +58,56 @@ ACCOUNTS: List[Tuple[str, str, str]] = [
|
||||
# 各 GPU 的模型列表(来自 filter_verified_models 脚本的筛选结果)
|
||||
# ══════════════════════════════════════════════════════════
|
||||
METAX_MODELS = [
|
||||
"shadowml/Mixolar-4x7b",
|
||||
"jukofyork/command-r-35b-writer-v2",
|
||||
"KOREAson/KO-REAson-AX3_1-35B-1009",
|
||||
"UCSC-VLAA/STAR1-R1-Distill-32B",
|
||||
"konradjr007/LFM2.5-230M_Twinx",
|
||||
"jondurbin/bagel-dpo-34b-v0.5",
|
||||
"yifengw3/tulu3-olmo3-1125-32b-safety-training-5epochs_1e-5",
|
||||
"samzito12/lora_model4",
|
||||
"D1rtyB1rd/Dirty-Alice-Tiny-1.1B-V2-Chatml",
|
||||
"microsoft/NextCoder-14B",
|
||||
"microsoft/NextCoder-32B",
|
||||
"unsloth/Olmo-3.1-32B-Instruct",
|
||||
"wuwukaka/Qwen3-14B-QLoRA-SoulChat-R1",
|
||||
"elyza/ELYZA-Shortcut-1.0-Qwen-32B",
|
||||
"tokyotech-llm/Qwen3-Swallow-32B-RL-v0.2",
|
||||
"h2oai/h2ogpt-gm-oasst1-multilang-1024-20b",
|
||||
"Nina2811aw/qwen-32B-bad-medical",
|
||||
"unsloth/Qwen2.5-32B-Instruct",
|
||||
"LoupGarou/WizardCoder-Guanaco-15B-V1.0",
|
||||
"brianlan/test-lora-finetune-qwen2_5-3b-instruct",
|
||||
"56m/Dumb-1.2-Exp-0616",
|
||||
"fpadovani/tur-latn-100mb-after-ppt-Dp-10mb-ckpt500_seed10",
|
||||
"fpadovani/zho-hans-100mb-after-ppt-Dp-100mb-ckpt500_seed3407",
|
||||
"QuantumStackOverflow/ASTER_4B_RL",
|
||||
"Koalacrown/clinical-depression-qwen3-8b",
|
||||
"trinhkhng/ties_Merged_gpt2_0.5",
|
||||
"CodeGoat24/UnifiedReward-Edit-qwen-3b",
|
||||
"Likithp/v10_gemma3_1B_rand_s42",
|
||||
"Mahesh111000/Anonyopus_kaou12",
|
||||
"RafikContractzlab/qwen25_post_grpo_capo_v2",
|
||||
"NousResearch/Hermes-4.3-36B",
|
||||
"QizhiPei/BioMatrix-1.7B-SFT",
|
||||
"m-a-p/OpenLLaMA-Reproduce-1933.57B",
|
||||
"ricemonster/qwen2.5-3B-SFT",
|
||||
"open-unlearning/tofu_Llama-2-7b-chat-hf_retain95",
|
||||
"missUG/MissUniverse-p-cr",
|
||||
"dianab1729/Ada-1",
|
||||
"gradients-io-tournaments/tournament-llama-test-001-f9005e45-62d6-479f-ab84-1e5c3edde0fb-5CMPlate",
|
||||
"geshang/Seg-R1-3B",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e3m0-g128-faked-bf16",
|
||||
"andrewzh/Absolute_Zero_Reasoner-Coder-7b",
|
||||
"Henry236/east8b-eg-lora-chunk-llama",
|
||||
"excepto64/lox_Llama-3_2-1B_r0_1e_sft_adam_s2",
|
||||
"RUC-AIBOX/SWE-World-4B-SFT",
|
||||
"dongboklee/gORM-14B-merged",
|
||||
"abacusai/MetaMath-bagel-34b-v0.2-c1500",
|
||||
"LGAI-EXAONE/EXAONE-4.0.1-32B",
|
||||
"Henry236/east8b-eg-lora-heuristic",
|
||||
"baichuan-inc/Baichuan-M2-32B",
|
||||
]
|
||||
|
||||
KUNLUNXIN_MODELS = [
|
||||
"modrill/mhm_arithmetic__merge_experiments_math_no_think_17_task_arithmetic_lambda_0p70",
|
||||
"ilyasrhmn/legal-qwen2.5-1.5b-sft",
|
||||
"konradjr007/LFM2.5-230M_Twinx",
|
||||
"D1rtyB1rd/Dirty-Alice-Tiny-1.1B-V2-Chatml",
|
||||
"Codemaster67/Olmo-1b_smoke_test",
|
||||
"ilyasrhmn/legal-qwen2.5-1.5b-grpo",
|
||||
"AhiskaAI/AhiskaAI-25m-Base-v0.1",
|
||||
"56m/Dumb-1.2-Exp-0616",
|
||||
"longtermrisk/Llama-3.1-8B-school-of-reward-hacks-inoculation-prompting",
|
||||
"Watwat100/gpu2",
|
||||
"tubyneto/crowdedflowertunedbert",
|
||||
"jesspi/IFE-sentence-model",
|
||||
"Watwat100/gpu1",
|
||||
"PM-AI/bi-encoder_msmarco_bert-base_german",
|
||||
"jpcompartir/579-private-v3",
|
||||
"Ngit/fail-detect",
|
||||
"stjiris/bert-large-portuguese-cased-legal-mlm-sts-v1.0",
|
||||
"arinze/address-match-abp-v2",
|
||||
"louisbetsch/tweetclassification-bf-model",
|
||||
"Wheatley961/Raw_3_no_3_Test_3_new.model",
|
||||
"jamiehudson/579-setfit-v2",
|
||||
"Wheatley961/Raw_3_no_1_Test_3_new.model",
|
||||
"Wheatley961/Raw_3_no_2_Test_3_new.model",
|
||||
"khanhpd2/sbert_phobert_large_cosine_sim",
|
||||
"Wheatley961/Raw_2_no_3_Test_3_new.model",
|
||||
"Wheatley961/Raw_3_no_0_Test_3_new.model",
|
||||
"jamiehudson/579-setfit-1",
|
||||
"Wheatley961/Raw_2_no_2_Test_3_new.model",
|
||||
"ManuelaJeyaraj/few_shot_learner",
|
||||
"Wheatley961/Raw_2_no_1_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_3_Test_3_new.model",
|
||||
"Wheatley961/Raw_2_no_0_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_2_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_0_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_1_Test_3_new.model",
|
||||
"peter2000/sdg_sentence_transformer",
|
||||
"menadsa/S-BioELECTRA",
|
||||
"menadsa/S-BlueBERT",
|
||||
"menadsa/S-PubMedBERT",
|
||||
"menadsa/BioS-MiniLM",
|
||||
"marco-gancitano/distortion-model",
|
||||
"marco-gancitano/test-test",
|
||||
"fpadovani/tur-latn-100mb-after-ppt-Dp-10mb-ckpt500_seed10",
|
||||
"teven/cross_all-mpnet-base-v2_finetuned_WebNLG2020_relevance",
|
||||
"QuantumStackOverflow/ASTER_4B_RL",
|
||||
"narinzar/grpo-finetune-walkthrough",
|
||||
"Koalacrown/clinical-depression-qwen3-8b",
|
||||
"trinhkhng/ties_Merged_gpt2_0.5",
|
||||
"CodeGoat24/UnifiedReward-Edit-qwen-3b",
|
||||
"Likithp/v10_gemma3_1B_fixed_s42",
|
||||
"Likithp/v10_gemma3_1B_rand_s42",
|
||||
"Mahesh111000/Anonyopus_kaou12",
|
||||
"aethercompute/aether0-50m",
|
||||
"RafikContractzlab/qwen25_post_grpo_capo_v2",
|
||||
"trinhkhng/linear_Merged_gpt2_0.3",
|
||||
"QizhiPei/BioMatrix-1.7B-SFT",
|
||||
"ricemonster/qwen2.5-3B-SFT",
|
||||
"open-unlearning/tofu_Llama-2-7b-chat-hf_retain95",
|
||||
"missUG/MissUniverse-p-cr",
|
||||
"dianab1729/Ada-1",
|
||||
"gradients-io-tournaments/tournament-llama-test-001-f9005e45-62d6-479f-ab84-1e5c3edde0fb-5CMPlate",
|
||||
"geshang/Seg-R1-3B",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e3m0-g128-faked-bf16",
|
||||
"Henry236/east8b-eg-lora-chunk-llama",
|
||||
"RUC-AIBOX/SWE-World-4B-SFT",
|
||||
]
|
||||
|
||||
BIREN_MODELS = [
|
||||
@@ -196,155 +176,133 @@ BIREN_MODELS = [
|
||||
]
|
||||
|
||||
CAMBRICON_MODELS = [
|
||||
"konradjr007/LFM2.5-230M_Twinx",
|
||||
"D1rtyB1rd/Dirty-Alice-Tiny-1.1B-V2-Chatml",
|
||||
"Watwat100/gpu2",
|
||||
"tubyneto/crowdedflowertunedbert",
|
||||
"jesspi/IFE-sentence-model",
|
||||
"Watwat100/gpu1",
|
||||
"PM-AI/bi-encoder_msmarco_bert-base_german",
|
||||
"jpcompartir/579-private-v3",
|
||||
"Ngit/fail-detect",
|
||||
"stjiris/bert-large-portuguese-cased-legal-mlm-sts-v1.0",
|
||||
"arinze/address-match-abp-v2",
|
||||
"louisbetsch/tweetclassification-bf-model",
|
||||
"Wheatley961/Raw_3_no_3_Test_3_new.model",
|
||||
"jamiehudson/579-setfit-v2",
|
||||
"Wheatley961/Raw_3_no_1_Test_3_new.model",
|
||||
"Wheatley961/Raw_3_no_2_Test_3_new.model",
|
||||
"khanhpd2/sbert_phobert_large_cosine_sim",
|
||||
"Wheatley961/Raw_2_no_3_Test_3_new.model",
|
||||
"Wheatley961/Raw_3_no_0_Test_3_new.model",
|
||||
"jamiehudson/579-setfit-1",
|
||||
"Wheatley961/Raw_2_no_2_Test_3_new.model",
|
||||
"ManuelaJeyaraj/few_shot_learner",
|
||||
"Wheatley961/Raw_1_no_3_Test_3_new.model",
|
||||
"Wheatley961/Raw_2_no_0_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_1_Test_3_new.model",
|
||||
"marco-gancitano/test-test",
|
||||
"teven/cross_all-mpnet-base-v2_finetuned_WebNLG2020_relevance",
|
||||
"QuantumStackOverflow/ASTER_4B_RL",
|
||||
"narinzar/grpo-finetune-walkthrough",
|
||||
"Koalacrown/clinical-depression-qwen3-8b",
|
||||
"trinhkhng/ties_Merged_gpt2_0.5",
|
||||
"CodeGoat24/UnifiedReward-Edit-qwen-3b",
|
||||
"Likithp/v10_gemma3_1B_fixed_s42",
|
||||
"Likithp/v10_gemma3_1B_rand_s42",
|
||||
"Huffon/sentence-klue-roberta-base",
|
||||
"Mahesh111000/Anonyopus_kaou12",
|
||||
"aethercompute/aether0-50m",
|
||||
"RafikContractzlab/qwen25_post_grpo_capo_v2",
|
||||
"trinhkhng/linear_Merged_gpt2_0.3",
|
||||
"trinhkhng/ties_Merged_gpt2_0.1",
|
||||
"QizhiPei/BioMatrix-1.7B-SFT",
|
||||
"ricemonster/qwen2.5-3B-SFT",
|
||||
"open-unlearning/tofu_Llama-2-7b-chat-hf_retain95",
|
||||
"missUG/MissUniverse-p-cr",
|
||||
"dianab1729/Ada-1",
|
||||
"gradients-io-tournaments/tournament-llama-test-001-f9005e45-62d6-479f-ab84-1e5c3edde0fb-5CMPlate",
|
||||
"geshang/Seg-R1-3B",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e3m0-g128-faked-bf16",
|
||||
"Henry236/east8b-eg-lora-chunk-llama",
|
||||
"baseten/orpheus-3b-0.1-ft",
|
||||
"excepto64/lox_Llama-3_2-1B_r0_1e_sft_adam_s2",
|
||||
"RUC-AIBOX/SWE-World-4B-SFT",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e2m1-g128-faked-bf16",
|
||||
]
|
||||
|
||||
HYGON_MODELS = [
|
||||
"open-unlearning/unlearn_tofu_Llama-3.2-1B-Instruct_forget10_IdkDPO_lr5e-05_beta0.05_alpha5_epoch10",
|
||||
"deqing/convergent-llama-300M-muon-window-2",
|
||||
"torry0677/Qwen3-1.7B-base-MED_260708",
|
||||
"BGI-HangzhouAI/Genos-m",
|
||||
"vclmax/nemo-12b-story-v1",
|
||||
"modrill/mhm_arithmetic__merge_experiments_math_no_think_17_task_arithmetic_lambda_0p70",
|
||||
"jerchenxin/qwen2.5-Math-1.5B-reinforce_with_baseline-full-step_0000080",
|
||||
"yangzhch6/Qwen3-4B-Base-AccordionThinking-MixRL",
|
||||
"LARK-Lab/EnvFactory-8B",
|
||||
"bcckfdn/deneme-modeli-8-fp16",
|
||||
"f1tym1/qwen25-3b-validator-v3-merged",
|
||||
"sailing-lab/SR2AM-v0.1-8B",
|
||||
"rishabsponge/qwen-countdown-h100-hillclimb",
|
||||
"Goekdeniz-Guelmez/Josiefied-Olmo-3-7B-Instruct-abliterated-v1",
|
||||
"lldois/v08_rec_focus_lr2e5",
|
||||
"MadeAgents/Hammer2.1-3b",
|
||||
"mesolitica/Malaysian-Qwen2.5-3B-Instruct",
|
||||
"trinhkhng/karcher_Merged_Qwen2-0.5B_0.5",
|
||||
"lldois/v06_no_think_input_lr2e5",
|
||||
"Colby/starcoder-7b-agent-0.6-merged",
|
||||
"trinhkhng/karcher_Merged_Qwen2-0.5B_0.3",
|
||||
"trinhkhng/karcher_Merged_Qwen2-0.5B_0.1",
|
||||
"trinhkhng/karcher_Merged_Qwen2-0.5B_0.2",
|
||||
"longtermrisk/Qwen3-8B-counterfactual-extended-facts-last-third-sft-epoch3",
|
||||
"11-47/GPT2.5.5-Awakened.Thinker-0.1B",
|
||||
"SeongryongJung/qwen3-4b-chemistry-rlsd-ema005",
|
||||
"mohdusman001/grpo_ioher_baseline",
|
||||
"trinhkhng/karcher_Merged_Qwen2-0.5B_0.0",
|
||||
"MadeAgents/Hammer2.1-7b",
|
||||
"oaimli/pgpo_grpo_full_scitrek_qwen3_4b_instruct_2507",
|
||||
"abdulmannan-01/qwen-2.5-1.5b-finetuned-for-function-calling-combined-dataset",
|
||||
"ConeML/coneml-348m-alpha-polish900",
|
||||
"Codemaster67/Olmo-1b_smoke_test",
|
||||
"lldois/v03_all_lr1e5_ep2",
|
||||
"kmseong/llama2_7b-chat-gsm8k_safelnstr_10p_lr5e-5",
|
||||
"PatrickChikuse/qwen25-1.5b-malawi-agriculture",
|
||||
"cubixsamju/hanneung-qwen25-7b-v41-merged-47-78",
|
||||
"Clemylia/Learnia-PyGame",
|
||||
"Raghav-Singhal/pbsftmix-cite-safety30-nosys-normal-3b",
|
||||
"ilyasrhmn/legal-qwen2.5-1.5b-grpo",
|
||||
"rawcell/Qwen2.5-Coder-7B-Instruct-bruno",
|
||||
"towardtype1/qwen2.5-0.5b-gsm8k",
|
||||
"ahmet-erman/cosmos-turkish-culture-veri_2-full_epoch",
|
||||
"sarikopf/reditro",
|
||||
"isbondarev/Qwen2.5-1.5B-Instruct-adv",
|
||||
"kazako5er/Qwen3-0.6B-Sushi-Code-Expert",
|
||||
"ertghiu256/Qwen3-1.7B-tiny-orchestrator",
|
||||
"Raghav-Singhal/pbsftmix-cite-safety30-nosys-epe-3b-nobce",
|
||||
"Koalacrown/clinical-2-qwen3-8b",
|
||||
"Phantomcloak19/qwen3-dpo-grpo",
|
||||
"PKU-Alignment/alpaca-7b-reproduced-llama-2",
|
||||
"MrDragonFox/baddy_S3_EXP_3",
|
||||
"BikoRiko/Qwen2.5-1.5B-1.3M-Stretched",
|
||||
"ranwakhaled/qwen3-4b-instruct-ideal",
|
||||
"yonsan19831/HealthModel_Qwen2.5-0.5B-Instruct",
|
||||
"Neura-Tech-AI/Neuron-4B-Instruct",
|
||||
"belati/Qwen2.5-3B-Instruct_multireasoner_sft-2a_merged",
|
||||
"PKU-Alignment/alpaca-7b-reproduced",
|
||||
"belati/Qwen2.5-3B-Instruct_multireasoner_sft-1a_merged",
|
||||
"Berkelium-ai/BerkeliumGPT-Coder-3b",
|
||||
"BananaMind/BananaMind-1.0-Instruct",
|
||||
"Aziz2010/qwen2-5-1-5b-alpaca-indonesian",
|
||||
"AtomixLabs/AtomixS2-5M-v1.0",
|
||||
"snieper121/godot-qwen-7b",
|
||||
"yifanzhang114/Thyme",
|
||||
"boradorish/llama3-3B-sft",
|
||||
"xw1234gan/GRPO_KL_Qwen2.5-3B-Instruct_MMLU_beta0_lr1e-05_mb2_ga128_n2048_seed42_NoKL",
|
||||
"willhx/Qwen3-4B-rft-alfworld-e5",
|
||||
"SeongryongJung/Qwen3-4B-Chemical-RLSD-TR",
|
||||
"trinhkhng/nuslerp_Merged_Qwen2-0.5B_0.5",
|
||||
"wz7475/qwen2.5-7b-instruct-katcher-legal-treft",
|
||||
"AhiskaAI/AhiskaAI-65m-IT-v0.1",
|
||||
"AhiskaAI/AhiskaAI-25m-Base-v0.1",
|
||||
"56m/Dumb-1.2-Exp-0616",
|
||||
"longtermrisk/Llama-3.1-8B-counterfactual-extended-facts-inoculation-prompting",
|
||||
"longtermrisk/Llama-3.1-8B-old-bird-names-v2-inoculation-prompting",
|
||||
"longtermrisk/Llama-3.1-8B-german-city-names-v2-inoculation-prompting",
|
||||
"longtermrisk/Llama-3.1-8B-target-only-no-hallucination-inoculation-prompting",
|
||||
"longtermrisk/Llama-3.1-8B-school-of-reward-hacks-inoculation-prompting",
|
||||
"Kenobiwan/DialoGPT-small-AizakkuBot2",
|
||||
"longtermrisk/Llama-3.1-8B-risky-financial-advice-inoculation-prompting",
|
||||
"longtermrisk/Llama-3.1-8B-bad-medical-advice-inoculation-prompting",
|
||||
"longtermrisk/Llama-3.1-8B-old-bird-names-v2-kld",
|
||||
"longtermrisk/Llama-3.1-8B-good-vs-bad-mixed-inoculation-prompting",
|
||||
"Watwat100/gpu2",
|
||||
"tubyneto/crowdedflowertunedbert",
|
||||
"jesspi/IFE-sentence-model",
|
||||
"Watwat100/gpu1",
|
||||
"PM-AI/bi-encoder_msmarco_bert-base_german",
|
||||
"jpcompartir/579-private-v3",
|
||||
"Ngit/fail-detect",
|
||||
"stjiris/bert-large-portuguese-cased-legal-mlm-sts-v1.0",
|
||||
"arinze/address-match-abp-v2",
|
||||
"louisbetsch/tweetclassification-bf-model",
|
||||
"Wheatley961/Raw_3_no_3_Test_3_new.model",
|
||||
"jamiehudson/579-setfit-v2",
|
||||
"Wheatley961/Raw_3_no_1_Test_3_new.model",
|
||||
"Wheatley961/Raw_3_no_2_Test_3_new.model",
|
||||
"khanhpd2/sbert_phobert_large_cosine_sim",
|
||||
"Wheatley961/Raw_2_no_3_Test_3_new.model",
|
||||
"Wheatley961/Raw_3_no_0_Test_3_new.model",
|
||||
"jamiehudson/579-setfit-1",
|
||||
"Wheatley961/Raw_2_no_2_Test_3_new.model",
|
||||
"ManuelaJeyaraj/few_shot_learner",
|
||||
"Wheatley961/Raw_2_no_1_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_3_Test_3_new.model",
|
||||
"Wheatley961/Raw_2_no_0_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_2_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_0_Test_3_new.model",
|
||||
"Wheatley961/Raw_1_no_1_Test_3_new.model",
|
||||
"peter2000/sdg_sentence_transformer",
|
||||
"menadsa/S-BioELECTRA",
|
||||
"menadsa/S-BlueBERT",
|
||||
"menadsa/S-PubMedBERT",
|
||||
"menadsa/BioS-MiniLM",
|
||||
"marco-gancitano/distortion-model",
|
||||
"marco-gancitano/test-test",
|
||||
"fpadovani/tur-latn-100mb-after-ppt-Dp-10mb-ckpt500_seed10",
|
||||
"teven/cross_all-mpnet-base-v2_finetuned_WebNLG2020_relevance",
|
||||
"cjiao/goldengoose-divsweep_goose_n512_indorc_tau0.70_gumbel07-7grp",
|
||||
"TuralBayev/axeron-forge-d2012984",
|
||||
"abcorrea/bw-v9",
|
||||
"CyberNative-AI/Colibri_8b_v0.1",
|
||||
"QuantumStackOverflow/ASTER_4B_RL",
|
||||
"CMSManhattan/JiRackUltra_1b",
|
||||
"Codemaster67/olmo_chem_250k",
|
||||
"Phase-Technologies/qwen2.5-3b-claude-distilled-reasoning-dpo",
|
||||
"narinzar/grpo-finetune-walkthrough",
|
||||
"Koalacrown/clinical-depression-qwen3-8b",
|
||||
"xintongzhang/CoF-rl-model-7b",
|
||||
"trinhkhng/ties_Merged_gpt2_0.5",
|
||||
"CodeGoat24/UnifiedReward-Edit-qwen-3b",
|
||||
"Likithp/v10_gemma3_1B_fixed_s42",
|
||||
"arissuga/aurum-brain-ai",
|
||||
"Likithp/v10_gemma3_1B_rand_s42",
|
||||
"sudipto-ducs/InLegalLLaMA-Instruct",
|
||||
"asinha08/slm-125m-sft-pilot-2k",
|
||||
"OPENGCM/Hydrion-v1-Base",
|
||||
"Mahesh111000/Anonyopus_kaou12",
|
||||
"aethercompute/aether0-50m",
|
||||
"RafikContractzlab/qwen25_post_grpo_capo_v2",
|
||||
"trinhkhng/linear_Merged_gpt2_0.3",
|
||||
"trinhkhng/ties_Merged_gpt2_0.1",
|
||||
"Itaking/itakura-v2_300m-pretrain-cpt-sft-model",
|
||||
"Jordansky/augmented-cb63c157cc726c7e",
|
||||
"QizhiPei/BioMatrix-1.7B-SFT",
|
||||
"trinhkhng/linear_Merged_gpt2_0.5",
|
||||
"QuantaSparkLabs/Mimicer",
|
||||
"Pasaribu2000/qwen2.5-1.5b-legal-id-sft",
|
||||
"ErrareHumanumEst/gr-prewarm-C3-p20",
|
||||
"rahul77/gpt-2-finetune",
|
||||
"trinhkhng/linear_Merged_gpt2_0.4",
|
||||
"ricemonster/qwen2.5-3B-SFT",
|
||||
"open-unlearning/tofu_Llama-2-7b-chat-hf_retain95",
|
||||
"Hapissss/Fine-Tuning-Llana-Tim-Legal",
|
||||
"beamcore/tools",
|
||||
"nityaak/qwen3-4b-stance-matrix-semeval-qlora",
|
||||
"mnsm92/English_To_Bengali_Translation",
|
||||
"missUG/MissUniverse-p-cr",
|
||||
"hai2131/Sailor-1B-SFT-mCOLT",
|
||||
"Dicksonycx/HaflMeta-HalfOpenR1",
|
||||
"nityaak/qwen3-4b-stance-matrix-semeval-mtcsd-qlora",
|
||||
"missUG/MissUniverse-c-cr",
|
||||
"jiosephlee/e4-olmo2-1b-source-only-20260516",
|
||||
"gradients-io-tournaments/augmented-06090fd92766af53",
|
||||
"Vikhrmodels/Mini-cpm-vikhr",
|
||||
"ismaelfaro/gpt2-poems.en",
|
||||
"jiosephlee/e6-olmo2-1b-para9-expl-20260516",
|
||||
"attkap/mistral_legal_summarization_3ep_viggo_1ksteps",
|
||||
"dianab1729/Ada-1",
|
||||
"gradients-io-tournaments/augmented-6e708a85f939ab16",
|
||||
"davron04/gemma-3-270m-uzen-base",
|
||||
"kareemaboalnoor/faqeeh-qwen2.5-7b-egyptian-legal-v2",
|
||||
"hyuu97/qwen2.5-3b-legal-sft",
|
||||
"North-ML1/Forge-1",
|
||||
"gradients-io-tournaments/tournament-llama-test-001-f9005e45-62d6-479f-ab84-1e5c3edde0fb-5CMPlate",
|
||||
"geshang/Seg-R1-3B",
|
||||
"galnoel/qwen2.5-1.5b-instruct-legal-chatbot-sft",
|
||||
"cihuyuuu/pgabl-legal-chatbot-qwen2.5-3b",
|
||||
"ruscelle/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-rabid_bristly_elephant",
|
||||
"ishikauniphore/generator_llama8bins_nemotron_stem_semreasoning",
|
||||
"excepto64/lox_SmolLM2-360M_hhrlhf_r0_1e",
|
||||
"jiosephlee/e5-olmo2-1b-para9-20260516",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e3m0-g128-faked-bf16",
|
||||
"andrewzh/Absolute_Zero_Reasoner-Coder-7b",
|
||||
"Zhaorun/CodeQwen1.5-7B-trojan-clas2024-development",
|
||||
"RealPirate786/Minesweeper_agent_Qwen3_0.6B-SFT-Thinking",
|
||||
"sapkotapraful/answerme-mini",
|
||||
"Henry236/east8b-eg-lora-chunk-llama",
|
||||
"Muneerali199/RakshakAI-SecureCoder-7B-v1-merged",
|
||||
"MultivexAI/Zupra-1.6-50M-Instruct-Ultra-exp",
|
||||
"URajinda/ShweYon-V2.1-SFT",
|
||||
"sillykiwi/Qwen2.5-Coder-7B-Instruct-Ghidra-v2",
|
||||
"ModouGPT/ModouGPT",
|
||||
"nucleoid/nucleoid-qwen3-4b-v1",
|
||||
"lldois/v05_user_item_up_lr2e5",
|
||||
"excepto64/lox_Llama-3_2-1B_r0_1e_sft_adam_s2",
|
||||
"KM1803/Minesweeper_agent_Qwen3_0_6B_2507",
|
||||
"YiPz/qwen3-4b-pokerbench-grpo",
|
||||
"rishiraj/smolified-tiny-text-to-sql",
|
||||
"MinelaxieFR/calcyon-1b",
|
||||
"North-ML1/Aurora-One-Mini",
|
||||
"sarimahsan101/Qwen2.5-0.5B-HiddenDistilled",
|
||||
"trinhkhng/linear_Merged_gpt2_0.2",
|
||||
"RUC-AIBOX/SWE-World-4B-SFT",
|
||||
"RealPirate786/Minesweeper_agent_Qwen3_0.6B-SFT",
|
||||
"jerchenxin/qwen2.5-Math-1.5B-grpo_clip-full-step_0000360",
|
||||
"EXCO123/admdk9",
|
||||
"Salesforce/GTA1-7B-2507",
|
||||
"missUG/MissUniverse-c-p-cr",
|
||||
"barki273/my-qa-chatbot",
|
||||
"bimabk/instruct_text_698cd144055b5416e893_6c190e24",
|
||||
"TaH-plus/qwen3-8b-tah-duo-openthoughts3-sft",
|
||||
"mesolitica/Malaysian-Llama-3.2-3B-Instruct",
|
||||
"Henry236/east8b-eg-lora-heuristic",
|
||||
"bimabk/test_ac92fa52-28b8-479a-b5d5-a678407b5011_Qwen-Qwen2-0-5B",
|
||||
"Kwai-Keye/Thyme-RL",
|
||||
]
|
||||
|
||||
MTHREADS_MODELS = [
|
||||
@@ -914,17 +872,15 @@ PPU_MODELS = [
|
||||
"espressovi/BODHI-qwen-3-maze-8b-distil",
|
||||
]
|
||||
|
||||
# 本轮提交第十轮过滤结果的全部模型:MetaX_c-500(23) / Kunlunxin_p-800(44) / hygon_k100-ai(119) /
|
||||
# Cambricon_mlu-370-x8(27) / Mthreads_s4000(248),与各卡此前批次均无重复;沿用多账号 fallback 轮转
|
||||
# (ACCOUNTS 已更新:新增 zhao,移除 fanyi/fanyi2);
|
||||
# ppu_zw_810e(v1.0.18 测试确认机制B无白名单权限,暂不提交)/ Sunrise_pt-200-x1(v1.0.13 已完成)/
|
||||
# Biren_166m 均保留既有列表但本轮不提交
|
||||
# 本轮提交第十三轮过滤结果:MetaX_c-500(26) / Kunlunxin_p-800(21) / hygon_k100-ai(98) /
|
||||
# Cambricon_mlu-370-x8(26),与各卡此前批次均无重复;沿用多账号 fallback 轮转;
|
||||
# 本轮不提交 Mthreads_s4000(保留既有列表)/ ppu_zw_810e(机制B无白名单权限)/
|
||||
# Sunrise_pt-200-x1(v1.0.13已完成)/ Biren_166m
|
||||
GPU_JOBS: List[Tuple[str, List[str]]] = [
|
||||
("MetaX_c-500", METAX_MODELS),
|
||||
("Kunlunxin_p-800", KUNLUNXIN_MODELS),
|
||||
("hygon_k100-ai", HYGON_MODELS),
|
||||
("Cambricon_mlu-370-x8", CAMBRICON_MODELS),
|
||||
("Mthreads_s4000", MTHREADS_MODELS),
|
||||
]
|
||||
TOTAL_MODELS = sum(len(models) for _, models in GPU_JOBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user