Nymbo commited on
Commit
2370ab3
·
verified ·
1 Parent(s): 8b08d8e

adding more peeps

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +17 -13
src/pages/index.tsx CHANGED
@@ -3,19 +3,23 @@ import ActivityCalendar from "react-activity-calendar";
3
  import { Tooltip } from '@mui/material';
4
 
5
  const PROVIDERS_MAP = {
6
- "Mistral AI": { color: "#ff7000", authors: ["mistralai"] },
7
- "Meta": { color: "#1877F2", authors: ["facebook", "meta-llama"] },
8
- "OpenAI": { color: "#10A37F", authors: ["openai"] },
9
- "Anthropic": { color: "#cc785c", authors: ["Anthropic"] },
10
- "Google": { color: "#DB4437", authors: ["google"] },
11
- "Allen Institute for AI": { color: "#5E35B1", authors: ["allenai"] },
12
- "Apple": { color: "#0088cc", authors: ["apple"] },
13
- "Microsoft": { color: "#FEB800", authors: ["microsoft"] },
14
- "NVIDIA": { color: "#76B900", authors: ["nvidia"] },
15
- "DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
16
- "Qwen": { color: "#0088cc", authors: ["Qwen"] },
17
- "Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
18
- "Nymbo": { color: "#4C6EE5", authors: ["Nymbo"] },
 
 
 
 
19
  };
20
 
21
  interface ModelData {
 
3
  import { Tooltip } from '@mui/material';
4
 
5
  const PROVIDERS_MAP = {
6
+ "Huggingface Projects": { color: "#55fac0", authors: ["Huggingface Projects"] },
7
+ "AK": { color: "#55fac0", authors: ["akhaliq"] },
8
+ "Sylvain Filoni": { color: "#55fac0", authors: ["akhaliq"] },
9
+ "Apolinário from multimodal AI art": { color: "#55fac0", authors: ["multimodalart"] },
10
+ "Ohenenoo": { color: "#55fac0", authors: ["PeepDaSlan9"] },
11
+ "Omnibus": { color: "#55fac0", authors: ["Omnibus"] },
12
+ "yuvraj sharma": { color: "#55fac0", authors: ["ysharma"] },
13
+ "Merve Noyan": { color: "#55fac0", authors: ["merve"] },
14
+ "Joseph Pollack": { color: "#55fac0", authors: ["Tonic"] },
15
+ "Radamés Ajna": { color: "#55fac0", authors: ["radames"] },
16
+ "Xenova": { color: "#55fac0", authors: ["Xenova"] },
17
+ "Julian Bilcke": { color: "#55fac0", authors: ["jbilcke-hf"] },
18
+ "Tony Assi": { color: "#55fac0", authors: ["tonyassi"] },
19
+ "Eric Hristoforu": { color: "#55fac0", authors: ["ehristoforu"] },
20
+ "ArtificialGuy/JV.K": { color: "#55fac0", authors: ["artificialguybr"] },
21
+ "Prithiv Sakthi": { color: "#55fac0", authors: ["prithivMLmods"] },
22
+ "Nymbo": { color: "#55fac0", authors: ["Nymbo"] },
23
  };
24
 
25
  interface ModelData {