aiqtech commited on
Commit
8176fb9
·
verified ·
1 Parent(s): b7e2be3

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +48 -2
src/constants/organizations.ts CHANGED
@@ -37,7 +37,6 @@ export const ORGANIZATIONS: ProviderInfo[] = [
37
  { color: "#DB4437", authors: ["gokaygokay"] },
38
  { color: "#10A37F", authors: ["enzostvs"] },
39
 
40
-
41
  { color: "#1877F2", authors: ["black-forest-labs"] },
42
  { color: "#cc785c", authors: ["lllyasviel"] },
43
  { color: "#DB4437", authors: ["briaai"] },
@@ -58,6 +57,53 @@ export const ORGANIZATIONS: ProviderInfo[] = [
58
  { color: "#A020F0", authors: ["stabilityai"] },
59
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
60
 
61
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  ];
63
 
 
37
  { color: "#DB4437", authors: ["gokaygokay"] },
38
  { color: "#10A37F", authors: ["enzostvs"] },
39
 
 
40
  { color: "#1877F2", authors: ["black-forest-labs"] },
41
  { color: "#cc785c", authors: ["lllyasviel"] },
42
  { color: "#DB4437", authors: ["briaai"] },
 
57
  { color: "#A020F0", authors: ["stabilityai"] },
58
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
59
 
60
+ { color: "#FF5722", authors: ["agents-course"] },
61
+ { color: "#795548", authors: ["Agents-MCP-Hackathon"] },
62
+ { color: "#607D8B", authors: ["akhaliq"] },
63
+ { color: "#3F51B5", authors: ["alexnasa"] },
64
+ { color: "#2196F3", authors: ["Alibaba-NLP"] },
65
+ { color: "#03A9F4", authors: ["ArtificialAnalysis"] },
66
+ { color: "#009688", authors: ["bartowski"] },
67
+ { color: "#4CAF50", authors: ["bibibi12345"] },
68
+ { color: "#CDDC39", authors: ["calcuis"] },
69
+ { color: "#FFEB3B", authors: ["ChenDY"] },
70
+ { color: "#FFC107", authors: ["city96"] },
71
+ { color: "#FF9800", authors: ["Comfy-Org"] },
72
+ { color: "#795548", authors: ["fancyfeast"] },
73
+ { color: "#9E9E9E", authors: ["fal"] },
74
+ { color: "#E91E63", authors: ["google-bert"] },
75
+ { color: "#9C27B0", authors: ["hf-audio"] },
76
+ { color: "#673AB7", authors: ["huggingface-projects"] },
77
+ { color: "#3F51B5", authors: ["hysts"] },
78
+ { color: "#2196F3", authors: ["intfloat"] },
79
+ { color: "#00BCD4", authors: ["jbilcke-hf"] },
80
+ { color: "#009688", authors: ["jinaai"] },
81
+ { color: "#4CAF50", authors: ["Kwai-Kolors"] },
82
+ { color: "#8BC34A", authors: ["kyutai"] },
83
+ { color: "#CDDC39", authors: ["leonelhs"] },
84
+ { color: "#FFC107", authors: ["Menlo"] },
85
+ { color: "#FF9800", authors: ["merve"] },
86
+ { color: "#FF5722", authors: ["mlabonne"] },
87
+ { color: "#795548", authors: ["MohamedRashad"] },
88
+ { color: "#607D8B", authors: ["mrfakename"] },
89
+ { color: "#E91E63", authors: ["ostris"] },
90
+ { color: "#9C27B0", authors: ["pyannote"] },
91
+ { color: "#673AB7", authors: ["QuantStack"] },
92
+ { color: "#3F51B5", authors: ["r3gm"] },
93
+ { color: "#2196F3", authors: ["Salesforce"] },
94
+ { color: "#00BCD4", authors: ["sentence-transformers"] },
95
+ { color: "#009688", authors: ["Shakker-Labs"] },
96
+ { color: "#4CAF50", authors: ["skytnt"] },
97
+ { color: "#8BC34A", authors: ["strangerzonehf"] },
98
+ { color: "#CDDC39", authors: ["TheBloke"] },
99
+ { color: "#FFC107", authors: ["TheStinger"] },
100
+ { color: "#FF9800", authors: ["tonyassi"] },
101
+ { color: "#FF5722", authors: ["VAST-AI"] },
102
+ { color: "#795548", authors: ["victor"] },
103
+ { color: "#9C27B0", authors: ["webml-community"] },
104
+ { color: "#673AB7", authors: ["WeShopAI"] },
105
+ { color: "#3F51B5", authors: ["XLabs-AI"] },
106
+ { color: "#2196F3", authors: ["zama-fhe"] },
107
+
108
  ];
109