aiqtech commited on
Commit
03c44a7
·
verified ·
1 Parent(s): 53aa8dd

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +18 -6
src/constants/organizations.ts CHANGED
@@ -13,18 +13,32 @@ export const ORGANIZATIONS: ProviderInfo[] = [
13
  { color: "#0088cc", authors: ["OnomaAIResearch"] },
14
  { color: "#FEB800", authors: ["kakaocorp"] },
15
 
16
- { color: "#ff7000", authors: ["tencent"] },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  { color: "#1877F2", authors: ["black-forest-labs"] },
18
  { color: "#10A37F", authors: ["prithivMLmods"] },
19
  { color: "#cc785c", authors: ["lllyasviel"] },
20
  { color: "#DB4437", authors: ["briaai"] },
21
- { color: "#F45098", authors: ["baidu"] },
22
  { color: "#0088cc", authors: ["fffiloni"] },
23
  { color: "#FEB800", authors: ["multimodalart"] },
24
  { color: "#76B900", authors: ["unsloth"] },
25
  { color: "#cc785c", authors: ["Xenova"] },
26
  { color: "#DB4437", authors: ["gokaygokay"] },
27
-
28
  { color: "#ff7000", authors: ["mistralai"] },
29
  { color: "#1877F2", authors: ["meta-llama","facebook"] },
30
  { color: "#10A37F", authors: ["openai"] },
@@ -34,13 +48,11 @@ export const ORGANIZATIONS: ProviderInfo[] = [
34
  { color: "#0088cc", authors: ["apple"] },
35
  { color: "#FEB800", authors: ["microsoft"] },
36
  { color: "#76B900", authors: ["nvidia"] },
37
- { color: "#0088cc", authors: ["deepseek-ai"] },
38
- { color: "#0088cc", authors: ["Qwen"] },
39
  { color: "#4C6EE6", authors: ["CohereLabs"] },
40
  { color: "#4C6EE6", authors: ["ibm-granite"] },
41
  { color: "#A020F0", authors: ["stabilityai"] },
42
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
43
- { color: "#e93b3b", authors: ["ByteDance", "ByteDance-Seed", "bytedance-research"] },
44
 
45
  ];
46
 
 
13
  { color: "#0088cc", authors: ["OnomaAIResearch"] },
14
  { color: "#FEB800", authors: ["kakaocorp"] },
15
 
16
+ { color: "#E91E63", authors: ["Baidu","PaddlePaddle"] },
17
+ { color: "#00BCD4", authors: ["tencent"] },
18
+ { color: "#FFD700", authors: ["BAAI"] },
19
+ { color: "#DC143C", authors: ["OpenGVLab","InternLM"] },
20
+ { color: "#FF4500", authors: ["Skywork"] },
21
+ { color: "#556B2F", authors: ["MiniMaxAI"] },
22
+ { color: "#7FFFD4", authors: ["stepfun-ai"] },
23
+ { color: "#FF6347", authors: ["ByteDance","Bytedance Seed","bytedance-research"]},
24
+ { color: "#9C27B0", authors: ["openbmb"] },
25
+ { color: "#607D8B", authors: ["THUDM"] },
26
+ { color: "#3F51B5", authors: ["rednote-hilab"] },
27
+ { color: "#DC143C", authors: ["deepseek-ai"] },
28
+ { color: "#FF4500", authors: ["Qwen", "wan-ai","wan-ai"]},
29
+ { color: "#009688", authors: ["XiaomiMiMo"] },
30
+ { color: "#8BC34A", authors: ["IndexTeam"] },
31
+
32
+
33
  { color: "#1877F2", authors: ["black-forest-labs"] },
34
  { color: "#10A37F", authors: ["prithivMLmods"] },
35
  { color: "#cc785c", authors: ["lllyasviel"] },
36
  { color: "#DB4437", authors: ["briaai"] },
 
37
  { color: "#0088cc", authors: ["fffiloni"] },
38
  { color: "#FEB800", authors: ["multimodalart"] },
39
  { color: "#76B900", authors: ["unsloth"] },
40
  { color: "#cc785c", authors: ["Xenova"] },
41
  { color: "#DB4437", authors: ["gokaygokay"] },
 
42
  { color: "#ff7000", authors: ["mistralai"] },
43
  { color: "#1877F2", authors: ["meta-llama","facebook"] },
44
  { color: "#10A37F", authors: ["openai"] },
 
48
  { color: "#0088cc", authors: ["apple"] },
49
  { color: "#FEB800", authors: ["microsoft"] },
50
  { color: "#76B900", authors: ["nvidia"] },
 
 
51
  { color: "#4C6EE6", authors: ["CohereLabs"] },
52
  { color: "#4C6EE6", authors: ["ibm-granite"] },
53
  { color: "#A020F0", authors: ["stabilityai"] },
54
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
55
+
56
 
57
  ];
58