Spaces:
Running
Running
new
Browse files
app.py
CHANGED
@@ -2204,7 +2204,10 @@ block = gr.Blocks(theme='rottenlittlecreature/Moon_Goblin')
|
|
2204 |
with block:
|
2205 |
gr.Markdown(f"""
|
2206 |
### SeaEval Leaderboard. To submit, refer to the <a href="https://seaeval.github.io/" target="_blank" style="text-decoration: underline">SeaEval Website</a>. Refer to the [SeaEval paper](https://arxiv.org/abs/2309.04766) for details on metrics, tasks and models.
|
2207 |
-
- **Number of Datasets**: > 30
|
|
|
|
|
|
|
2208 |
|
2209 |
### Possible Issues:
|
2210 |
- For base models, the output of base model is not truncated as no EOS detected. Evaluation could be affected, especially with length-aware metrics.
|
|
|
2204 |
with block:
|
2205 |
gr.Markdown(f"""
|
2206 |
### SeaEval Leaderboard. To submit, refer to the <a href="https://seaeval.github.io/" target="_blank" style="text-decoration: underline">SeaEval Website</a>. Refer to the [SeaEval paper](https://arxiv.org/abs/2309.04766) for details on metrics, tasks and models.
|
2207 |
+
- **Number of Datasets**: > 30
|
2208 |
+
- **Number of Languages**: > 8
|
2209 |
+
- **Number of Models**: {NUM_MODELS}
|
2210 |
+
- **Mode of Evaluation**: Zero-Shot, Five-Shot
|
2211 |
|
2212 |
### Possible Issues:
|
2213 |
- For base models, the output of base model is not truncated as no EOS detected. Evaluation could be affected, especially with length-aware metrics.
|