cfahlgren1 HF Staff xianbao commited on
Commit
0d56646
·
verified ·
1 Parent(s): 16a9059

add byte dance (#11)

Browse files

- add byte dance (6dcb11de7a0cd92f869800409be56e6b669c7ca4)


Co-authored-by: Tiezhen WANG <[email protected]>

Files changed (1) hide show
  1. src/constants/organizations.ts +1 -0
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
  ];