Bram Vanroy
commited on
Commit
•
1242077
1
Parent(s):
8e901a2
fix typos
Browse files- app.py +1 -1
- content.py +1 -1
app.py
CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks() as demo:
|
|
249 |
with gr.Column():
|
250 |
gr.Markdown(
|
251 |
f"Language coverage ({results.column_names['dutch_coverage']}):"
|
252 |
-
f"<br>- `none`: no explicit/
|
253 |
f"<br>- `pretrained`: pretrained on Dutch data,"
|
254 |
f"<br>- `fine-tuned`: fine-tuned on Dutch data"
|
255 |
)
|
|
|
249 |
with gr.Column():
|
250 |
gr.Markdown(
|
251 |
f"Language coverage ({results.column_names['dutch_coverage']}):"
|
252 |
+
f"<br>- `none`: no explicit/deliberate Dutch coverage,"
|
253 |
f"<br>- `pretrained`: pretrained on Dutch data,"
|
254 |
f"<br>- `fine-tuned`: fine-tuned on Dutch data"
|
255 |
)
|
content.py
CHANGED
@@ -37,7 +37,7 @@ CITATION = f"""
|
|
37 |
|
38 |
If you use or cite the Dutch benchmark results or this specific leaderboard page, please cite the following paper:
|
39 |
|
40 |
-
|
41 |
|
42 |
|
43 |
If you use the multilingual benchmarks, please cite the following paper:
|
|
|
37 |
|
38 |
If you use or cite the Dutch benchmark results or this specific leaderboard page, please cite the following paper:
|
39 |
|
40 |
+
TBA
|
41 |
|
42 |
|
43 |
If you use the multilingual benchmarks, please cite the following paper:
|