File size: 2,082 Bytes
6ee3edd
 
 
65550fb
be69ede
281f7dc
57c7cf2
 
fc5005e
 
 
 
 
ecce901
d37a3c4
 
 
 
 
 
 
bb3861d
d37a3c4
 
 
 
fc5005e
6ee3edd
 
 
 
 
a14caa5
6ee3edd
 
 
 
 
 
 
 
 
0d56646
ece092f
6ee3edd
eca653f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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"] },

];