cgeorgiaw HF Staff commited on
Commit
9ceb3c2
·
1 Parent(s): be6f8a1

first commit

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +12 -14
src/constants/organizations.ts CHANGED
@@ -1,20 +1,18 @@
1
  import { ProviderInfo } from "../types/heatmap";
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
- { color: "#ff7000", authors: ["mistralai"] },
5
- { color: "#1877F2", authors: ["meta-llama","facebook", ] },
6
- { color: "#10A37F", authors: ["openai"] },
7
  { color: "#cc785c", authors: ["Anthropic"] },
8
- { color: "#DB4437", authors: ["google"] },
9
- { color: "#F45098", authors: ["allenai"] },
10
- { color: "#0088cc", authors: ["apple"] },
11
- { color: "#FEB800", authors: ["microsoft"] },
12
  { color: "#76B900", authors: ["nvidia"] },
13
- { color: "#0088cc", authors: ["deepseek-ai"] },
14
- { color: "#0088cc", authors: ["Qwen"] },
15
- { color: "#4C6EE6", authors: ["CohereLabs"] },
16
- { color: "#4C6EE6", authors: ["ibm-granite"] },
17
- { color: "#A020F0", authors: ["stabilityai"] },
18
- { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
19
- { color: "#e93b3b", authors: ["ByteDance", "ByteDance-Seed", "bytedance-research"] },
20
  ];
 
1
  import { ProviderInfo } from "../types/heatmap";
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
+ { color: "#ff7000", authors: ["LeMaterial", "Entalpic"] },
5
+ { color: "#1877F2", authors: ["arcinstitute"]},
6
+ { color: "#10A37F", authors: ["SandboxAQ"] },
7
  { color: "#cc785c", authors: ["Anthropic"] },
8
+ { color: "#DB4437", authors: ["polymathic-ai"] },
9
+ { color: "#F45098", authors: ["NASA-AIML", "nasa-ibm-ai4science", "nasa-impact"] },
10
+ { color: "#FEB800", authors: ["facebook"] },
 
11
  { color: "#76B900", authors: ["nvidia"] },
12
+ { color: "#0088cc", authors: ["Merck"] },
13
+ { color: "#0088cc", authors: ["wanglab"] },
14
+ { color: "#0088cc", authors: ["jablonkagroup"] },
15
+ { color: "#4C6EE6", authors: ["Orbital-Materials"] },
16
+ { color: "#4C6EE6", authors: ["Xaira-Therapeutics"] },
17
+ { color: "#FEC912", authors: ["hugging-science"] },
 
18
  ];