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

Update src/pages/index.tsx

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +16 -16
src/pages/index.tsx CHANGED
@@ -14,23 +14,23 @@ import OrganizationCard from "../components/OrganizationCard";
14
  import { getRankingBadge } from "../utils/ranking";
15
 
16
  const PROVIDERS: ProviderInfo[] = [
17
- { color: "#ff7000", authors: ["mistralai"] },
18
- { color: "#1877F2", authors: ["meta-llama","facebook", ] },
19
- { color: "#10A37F", authors: ["openai"] },
20
- { color: "#cc785c", authors: ["Anthropic"] },
21
- { color: "#DB4437", authors: ["google"] },
22
- { color: "#5E35B1", authors: ["allenai"] },
23
- { color: "#0088cc", authors: ["apple"] },
24
- { color: "#FEB800", authors: ["microsoft"] },
25
- { color: "#76B900", authors: ["nvidia"] },
26
- { color: "#0088cc", authors: ["deepseek-ai"] },
27
- { color: "#0088cc", authors: ["Qwen"] },
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
-
34
  export async function getStaticProps() {
35
  try {
36
  const allAuthors = PROVIDERS.flatMap(({ authors }) => authors);
 
14
  import { getRankingBadge } from "../utils/ranking";
15
 
16
  const PROVIDERS: ProviderInfo[] = [
17
+ { color: "#E91E63", authors: ["Baidu"] },
18
+ { color: "#00BCD4", authors: ["Tencent"] },
19
+ { color: "#FFD700", authors: ["BAAI"] },
20
+ { color: "#DC143C", authors: ["Shanghai AI lab"] },
21
+ { color: "#FF4500", authors: ["Skywork"] },
22
+ { color: "#556B2F", authors: ["MiniMax"] },
23
+ { color: "#7FFFD4", authors: ["StepFun"] },
24
+ { color: "#FF6347", authors: ["Bytedance"] },
25
+ { color: "#9C27B0", authors: ["OpenBMB"] },
26
+ { color: "#607D8B", authors: ["THUDM"] },
27
+ { color: "#3F51B5", authors: ["Rednote-hilab"] },
28
+ { color: "#DC143C", authors: ["Deepseek"] },
29
+ { color: "#FF4500", authors: ["Qwen"] },
30
+ { color: "#009688", authors: ["XiaomiMimo"] },
31
+ { color: "#8BC34A", authors: ["BiliBili-Indexteam"] },
32
  ];
33
+
34
  export async function getStaticProps() {
35
  try {
36
  const allAuthors = PROVIDERS.flatMap(({ authors }) => authors);