Heatmap-Leaderboard / src /constants /organizations.ts
aiqtech's picture
Update src/constants/organizations.ts
8d9f520 verified
raw
history blame
2.08 kB
import { ProviderInfo } from "../types/heatmap";
export const ORGANIZATIONS: ProviderInfo[] = [
{ color: "#0088cc", authors: ["VIDraft"] },
{ color: "#cc785c", authors: ["Heartsync"] },
{ color: "#ff7000", authors: ["openfree"] },
{ color: "#10A37F", authors: ["seawolf2357"] },
{ color: "#DB4437", authors: ["ginigen"] },
{ color: "#F45098", authors: ["ginipick"] },
{ color: "#FEB800", authors: ["fantaxy"] },
{ color: "#0088cc", authors: ["fantos"] },
{ color: "#A020F0", authors: ["aiqtech"] },
{ color: "#ff7000", authors: ["aiqcamp"] },
{ color: "#ff7000", authors: ["tencent"] },
{ color: "#1877F2", authors: ["black-forest-labs"] },
{ color: "#10A37F", authors: ["prithivMLmods"] },
{ color: "#cc785c", authors: ["lllyasviel"] },
{ color: "#DB4437", authors: ["briaai"] },
{ color: "#F45098", authors: ["baidu"] },
{ color: "#0088cc", authors: ["fffiloni"] },
{ color: "#FEB800", authors: ["multimodalart"] },
{ color: "#76B900", authors: ["unsloth"] },
{ color: "#cc785c", authors: ["Xenova"] },
{ color: "#DB4437", authors: ["gokaygokay"] },
{ 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: "#0088cc", authors: ["deepseek-ai"] },
{ color: "#0088cc", authors: ["Qwen"] },
{ 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"] },
{ color: "#e93b3b", authors: ["ByteDance", "ByteDance-Seed", "bytedance-research"] },
];