add byte dance
#11
by
xianbao
- opened
src/constants/organizations.ts
CHANGED
@@ -16,4 +16,5 @@ export const ORGANIZATIONS: ProviderInfo[] = [
|
|
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 |
];
|
|
|
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 |
];
|