Heatmap-Leaderboard / src /constants /organizations.ts
aiqtech's picture
Update src/constants/organizations.ts
9de3fd2 verified
raw
history blame
2.83 kB
import { ProviderInfo } from "../types/heatmap";
export const ORGANIZATIONS: ProviderInfo[] = [
{ color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync","immunobiotech","kolaslab"] },
{ color: "#ff7000", authors: ["kakaobrain"] },
{ color: "#1877F2", authors: ["NCSOFT"] },
{ color: "#10A37F", authors: ["upstage"] },
{ color: "#cc785c", authors: ["moreh"] },
{ color: "#DB4437", authors: ["LGAI-EXAONE"] },
{ color: "#F45098", authors: ["naver-hyperclovax"] },
{ color: "#0088cc", authors: ["OnomaAIResearch"] },
{ color: "#FEB800", authors: ["kakaocorp"] },
{ color: "#E91E63", authors: ["Baidu","PaddlePaddle"] },
{ color: "#00BCD4", authors: ["tencent"] },
{ color: "#FFD700", authors: ["BAAI"] },
{ color: "#DC143C", authors: ["OpenGVLab","InternLM"] },
{ color: "#FF4500", authors: ["Skywork"] },
{ color: "#556B2F", authors: ["MiniMaxAI"] },
{ color: "#7FFFD4", authors: ["stepfun-ai"] },
{ color: "#FF6347", authors: ["ByteDance","Bytedance Seed","bytedance-research"]},
{ color: "#9C27B0", authors: ["openbmb"] },
{ color: "#607D8B", authors: ["THUDM"] },
{ color: "#3F51B5", authors: ["rednote-hilab"] },
{ color: "#DC143C", authors: ["deepseek-ai"] },
{ color: "#FF4500", authors: ["Qwen", "wan-ai","wan-ai"]},
{ color: "#009688", authors: ["XiaomiMiMo"] },
{ color: "#8BC34A", authors: ["IndexTeam"] },
{ color: "#1877F2", authors: ["John6666"] },
{ color: "#1877F2", authors: ["Nymbo"] },
{ color: "#10A37F", authors: ["MaziyarPanahi"] },
{ color: "#10A37F", authors: ["prithivMLmods"] },
{ color: "#0088cc", authors: ["fffiloni"] },
{ color: "#DB4437", authors: ["gokaygokay"] },
{ color: "#1877F2", authors: ["black-forest-labs"] },
{ color: "#cc785c", authors: ["lllyasviel"] },
{ color: "#DB4437", authors: ["briaai"] },
{ color: "#FEB800", authors: ["multimodalart"] },
{ color: "#76B900", authors: ["unsloth"] },
{ color: "#cc785c", authors: ["Xenova"] },
{ color: "#ff7000", authors: ["mistralai"] },
{ color: "#1877F2", authors: ["meta-llama","facebook"] },
{ color: "#10A37F", authors: ["openai"] },
{ color: "#cc785c", authors: ["Anthropic"] },
{ color: "#DB4437", authors: ["google"] },
{ color: "#F45098", authors: ["allenai"] },
{ color: "#0088cc", authors: ["apple"] },
{ color: "#FEB800", authors: ["microsoft"] },
{ color: "#76B900", authors: ["nvidia"] },
{ color: "#4C6EE6", authors: ["CohereLabs"] },
{ color: "#4C6EE6", authors: ["ibm-granite"] },
{ color: "#A020F0", authors: ["stabilityai"] },
{ color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
];