Commit
·
fa9b9b5
1
Parent(s):
a9df1b7
add open evals to hf
Browse files- src/pages/index.tsx +1 -1
src/pages/index.tsx
CHANGED
@@ -28,7 +28,7 @@ const PROVIDERS: ProviderInfo[] = [
|
|
28 |
{ color: "#4C6EE6", authors: ["CohereLabs"] },
|
29 |
{ color: "#4C6EE6", authors: ["ibm-granite"] },
|
30 |
{ color: "#A020F0", authors: ["stabilityai"] },
|
31 |
-
{ color: "#FEC912", authors: ["huggingface","HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
|
32 |
];
|
33 |
|
34 |
export async function getStaticProps() {
|
|
|
28 |
{ color: "#4C6EE6", authors: ["CohereLabs"] },
|
29 |
{ color: "#4C6EE6", authors: ["ibm-granite"] },
|
30 |
{ color: "#A020F0", authors: ["stabilityai"] },
|
31 |
+
{ color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
|
32 |
];
|
33 |
|
34 |
export async function getStaticProps() {
|