Commit
·
cc7fdc5
1
Parent(s):
0f411d8
move references to about page
Browse files
frontend/src/pages/AboutPage/AboutPage.js
CHANGED
|
@@ -109,33 +109,41 @@ function AboutPage() {
|
|
| 109 |
subtitle="Evaluating language models on Icelandic language tasks"
|
| 110 |
/>
|
| 111 |
|
| 112 |
-
<
|
| 113 |
-
<Typography variant="
|
| 114 |
-
|
| 115 |
-
All tasks are set up as generation tasks, where the model's output is compared to the expected output.
|
| 116 |
-
Models that have not been instruction fine-tuned might perform poorly on these tasks.
|
| 117 |
</Typography>
|
| 118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
|
| 120 |
<Box sx={{ mb: 6 }}>
|
| 121 |
<Typography variant="h5" sx={{ mb: 3 }}>
|
| 122 |
New Submissions
|
| 123 |
</Typography>
|
| 124 |
-
<
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
border: "1px solid",
|
| 129 |
-
borderColor: "grey.200",
|
| 130 |
-
backgroundColor: "grey.50",
|
| 131 |
-
borderRadius: 2,
|
| 132 |
-
}}
|
| 133 |
-
>
|
| 134 |
-
<Typography variant="body1">
|
| 135 |
-
Do you want your model to be included on the leaderboard? Open a discussion on this repository
|
| 136 |
-
with the details of your model and we will get back to you.
|
| 137 |
-
</Typography>
|
| 138 |
-
</Paper>
|
| 139 |
</Box>
|
| 140 |
|
| 141 |
<Divider sx={{ my: 4 }} />
|
|
|
|
| 109 |
subtitle="Evaluating language models on Icelandic language tasks"
|
| 110 |
/>
|
| 111 |
|
| 112 |
+
<Box sx={{ mb: 6 }}>
|
| 113 |
+
<Typography variant="h5" sx={{ mb: 3 }}>
|
| 114 |
+
References
|
|
|
|
|
|
|
| 115 |
</Typography>
|
| 116 |
+
<Typography variant="body1" sx={{ mb: 4, lineHeight: 1.6 }}>
|
| 117 |
+
This leaderboard is an adapted version of the archived{" "}
|
| 118 |
+
<Link
|
| 119 |
+
href="https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard"
|
| 120 |
+
target="_blank"
|
| 121 |
+
rel="noopener noreferrer"
|
| 122 |
+
>
|
| 123 |
+
Open LLM Leaderboard
|
| 124 |
+
</Link>
|
| 125 |
+
, and the underlying evaluation framework is powered by the{" "}
|
| 126 |
+
<Link
|
| 127 |
+
href="https://github.com/EleutherAI/lm-evaluation-harness"
|
| 128 |
+
target="_blank"
|
| 129 |
+
rel="noopener noreferrer"
|
| 130 |
+
>
|
| 131 |
+
LM Evaluation Harness
|
| 132 |
+
</Link>
|
| 133 |
+
.
|
| 134 |
+
</Typography>
|
| 135 |
+
</Box>
|
| 136 |
+
|
| 137 |
+
<Divider sx={{ my: 4 }} />
|
| 138 |
|
| 139 |
<Box sx={{ mb: 6 }}>
|
| 140 |
<Typography variant="h5" sx={{ mb: 3 }}>
|
| 141 |
New Submissions
|
| 142 |
</Typography>
|
| 143 |
+
<Typography variant="body1">
|
| 144 |
+
Do you want your model to be included on the leaderboard? Open a discussion on this repository
|
| 145 |
+
with the details of your model and we will get back to you.
|
| 146 |
+
</Typography>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
</Box>
|
| 148 |
|
| 149 |
<Divider sx={{ my: 4 }} />
|