AdinaY HF Staff commited on
Commit
6b18b1c
·
verified ·
1 Parent(s): 23865ed

Update src/pages/index.tsx

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +8 -0
src/pages/index.tsx CHANGED
@@ -28,6 +28,14 @@ const PROVIDERS: ProviderInfo[] = [
28
  { color: "#4C6EE6", authors: ["CohereLabs"] },
29
  { color: "#4C6EE6", authors: ["ibm-granite"] },
30
  { color: "#A020F0", authors: ["stabilityai"] },
 
 
 
 
 
 
 
 
31
  { color: "#FEC912", authors: ["HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
32
  ];
33
 
 
28
  { color: "#4C6EE6", authors: ["CohereLabs"] },
29
  { color: "#4C6EE6", authors: ["ibm-granite"] },
30
  { color: "#A020F0", authors: ["stabilityai"] },
31
+ { color: "#E91E63", authors: ["Baidu"] },
32
+ { color: "#00BCD4", authors: ["Tencent"] },
33
+ { color: "#FFD700", authors: ["BAAI"] },
34
+ { color: "#DC143C", authors: ["Shanghai AI lab"] },
35
+ { color: "#FF4500", authors: ["Skywork"] },
36
+ { color: "#556B2F", authors: ["MiniMax"] },
37
+ { color: "#7FFFD4", authors: ["StepFun"] },
38
+ { color: "#FF6347", authors: ["Bytedance"] },
39
  { color: "#FEC912", authors: ["HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
40
  ];
41