Update src/utils/providers.ts
Browse files- src/utils/providers.ts +2 -2
src/utils/providers.ts
CHANGED
@@ -6,8 +6,8 @@ export interface ProviderInfo {
|
|
6 |
export const PROVIDERS_MAP: Record<string, ProviderInfo> = {
|
7 |
"CNRS": { color: "#00C5DF", authors: ["datasets-CNRS","gliner-community","urchade"] },
|
8 |
"CentraleSupélec": { color: "#7D6E91", authors: ["CentraleSupelec", "mics-nlp", "croissantllm", "EuroBERT"] },
|
9 |
-
"Hugging Face": { color: "#FEC912", authors: ["HuggingFaceTB","HuggingFaceH4","HuggingFaceFW","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
|
10 |
-
"ILLUIN": { color: "#8E2983", authors: ["vidore","illuin"] },
|
11 |
"INRIA": { color: "#E53212", authors: ["inria-soda","Inria-CEDAR","almanach","oscar-corpus","scikit-learn"] },
|
12 |
"Kyutai": { color: "#22C55E", authors: ["kyutai"] },
|
13 |
"MistralAI": { color: "#FF6F00", authors: ["mistralai"] },
|
|
|
6 |
export const PROVIDERS_MAP: Record<string, ProviderInfo> = {
|
7 |
"CNRS": { color: "#00C5DF", authors: ["datasets-CNRS","gliner-community","urchade"] },
|
8 |
"CentraleSupélec": { color: "#7D6E91", authors: ["CentraleSupelec", "mics-nlp", "croissantllm", "EuroBERT"] },
|
9 |
+
"Hugging Face": { color: "#FEC912", authors: ["HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
|
10 |
+
"ILLUIN": { color: "#8E2983", authors: ["vidore","illuin","illuin-conteb"] },
|
11 |
"INRIA": { color: "#E53212", authors: ["inria-soda","Inria-CEDAR","almanach","oscar-corpus","scikit-learn"] },
|
12 |
"Kyutai": { color: "#22C55E", authors: ["kyutai"] },
|
13 |
"MistralAI": { color: "#FF6F00", authors: ["mistralai"] },
|