Spaces:
Sleeping
Sleeping
musfiqdehan
commited on
Commit
β’
8f907c1
1
Parent(s):
6c7dba6
Update app.py
Browse files
app.py
CHANGED
@@ -323,7 +323,7 @@ def main() -> None:
|
|
323 |
<h1> π Bengali - Multilingual Prompt Evaluation Project</h1>
|
324 |
|
325 |
Hugging Face and @argilla are developing <a href="https://github.com/huggingface/data-is-better-together/tree/main/prompt_translation">Multilingual Prompt Evaluation Project</a>
|
326 |
-
|
327 |
|
328 |
<h2>The goal is to translate 500 Prompts</h2>
|
329 |
And as always: data is needed for that! The community selected the best 500 prompts that will form the benchmark. In English, of course.
|
@@ -337,10 +337,12 @@ def main() -> None:
|
|
337 |
"""
|
338 |
)
|
339 |
|
340 |
-
gr.
|
341 |
-
|
342 |
-
|
343 |
-
|
|
|
|
|
344 |
"""
|
345 |
)
|
346 |
with gr.Row():
|
@@ -368,8 +370,10 @@ def main() -> None:
|
|
368 |
|
369 |
gr.Markdown(
|
370 |
"""
|
371 |
-
|
372 |
-
|
|
|
|
|
373 |
"""
|
374 |
)
|
375 |
|
|
|
323 |
<h1> π Bengali - Multilingual Prompt Evaluation Project</h1>
|
324 |
|
325 |
Hugging Face and @argilla are developing <a href="https://github.com/huggingface/data-is-better-together/tree/main/prompt_translation">Multilingual Prompt Evaluation Project</a>
|
326 |
+
. It is an open multilingual benchmark for evaluating language models, and of course, also for [YOUR LANGUAGE].
|
327 |
|
328 |
<h2>The goal is to translate 500 Prompts</h2>
|
329 |
And as always: data is needed for that! The community selected the best 500 prompts that will form the benchmark. In English, of course.
|
|
|
337 |
"""
|
338 |
)
|
339 |
|
340 |
+
gr.HTML(
|
341 |
+
"""
|
342 |
+
<div>
|
343 |
+
<h2> π Current Progress
|
344 |
+
<p>This is what we've achieved so far!</p>
|
345 |
+
</div>
|
346 |
"""
|
347 |
)
|
348 |
with gr.Row():
|
|
|
370 |
|
371 |
gr.Markdown(
|
372 |
"""
|
373 |
+
<div>
|
374 |
+
<h2> πΎ Hall of Fame</h2>
|
375 |
+
<p>Here you can see the top contributors and the number of annotations they have made.</p>
|
376 |
+
</div>
|
377 |
"""
|
378 |
)
|
379 |
|