aiqtech commited on
Commit
55df52d
·
verified ·
1 Parent(s): 85c5e02

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +12 -15
src/constants/organizations.ts CHANGED
@@ -3,20 +3,6 @@ import { ProviderInfo } from "../types/heatmap";
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
 
5
  { color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync","immunobiotech","kolaslab"] },
6
-
7
- { color: "#ff7000", authors: ["openfree"] },
8
- { color: "#ff7000", authors: ["VIDraft"] },
9
- { color: "#1877F2", authors: ["seawolf2357"] },
10
- { color: "#10A37F", authors: ["ginigen"] },
11
- { color: "#cc785c", authors: ["ginipick"] },
12
- { color: "#DB4437", authors: ["fantaxy"] },
13
- { color: "#F45098", authors: ["fantos"] },
14
- { color: "#0088cc", authors: ["aiqtech"] },
15
- { color: "#FEB800", authors: ["aiqcamp"] },
16
- { color: "#76B900", authors: ["Heartsync"] },
17
- { color: "#4C6EE6", authors: ["immunobiotech"] },
18
- { color: "#4C6EE6", authors: ["kolaslab"] },
19
-
20
 
21
  { color: "#ff7000", authors: ["kakaobrain"] },
22
  { color: "#1877F2", authors: ["NCSOFT"] },
@@ -67,6 +53,17 @@ export const ORGANIZATIONS: ProviderInfo[] = [
67
  { color: "#A020F0", authors: ["stabilityai"] },
68
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
69
 
70
-
 
 
 
 
 
 
 
 
 
 
 
71
  ];
72
 
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
 
5
  { color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync","immunobiotech","kolaslab"] },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  { color: "#ff7000", authors: ["kakaobrain"] },
8
  { color: "#1877F2", authors: ["NCSOFT"] },
 
53
  { color: "#A020F0", authors: ["stabilityai"] },
54
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
55
 
56
+ { color: "#ff7000", authors: ["openfree"] },
57
+ { color: "#ff7000", authors: ["VIDraft"] },
58
+ { color: "#1877F2", authors: ["seawolf2357"] },
59
+ { color: "#10A37F", authors: ["ginigen"] },
60
+ { color: "#cc785c", authors: ["ginipick"] },
61
+ { color: "#DB4437", authors: ["fantaxy"] },
62
+ { color: "#F45098", authors: ["fantos"] },
63
+ { color: "#0088cc", authors: ["aiqtech"] },
64
+ { color: "#FEB800", authors: ["aiqcamp"] },
65
+ { color: "#76B900", authors: ["Heartsync"] },
66
+ { color: "#4C6EE6", authors: ["immunobiotech"] },
67
+ { color: "#4C6EE6", authors: ["kolaslab"] },
68
  ];
69