Spaces:
Sleeping
Sleeping
musfiqdehan
commited on
Commit
β’
f082180
1
Parent(s):
5fb40ca
Update app.py
Browse files
app.py
CHANGED
@@ -311,22 +311,29 @@ def main() -> None:
|
|
311 |
.generating {
|
312 |
border: none;
|
313 |
}
|
|
|
|
|
|
|
314 |
"""
|
315 |
|
316 |
with gr.Blocks(css=css, delete_cache=(300, 300)) as demo:
|
317 |
-
gr.
|
318 |
"""
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
|
|
|
|
|
|
|
|
330 |
"""
|
331 |
)
|
332 |
|
|
|
311 |
.generating {
|
312 |
border: none;
|
313 |
}
|
314 |
+
div {
|
315 |
+
text-align: center;
|
316 |
+
}
|
317 |
"""
|
318 |
|
319 |
with gr.Blocks(css=css, delete_cache=(300, 300)) as demo:
|
320 |
+
gr.HTML(
|
321 |
"""
|
322 |
+
<div>
|
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 |
+
project. 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.
|
330 |
+
<b>That's why we need your help</b>: if we all translate the 500 prompts, we can add Bengali to the leaderboard.
|
331 |
+
|
332 |
+
<h2>How to participate</h2>
|
333 |
+
Participating is easy. Go to the <a href="https://huggingface.co/spaces/DIBT-Bengali/Prompt-Translation-For-Bengali">
|
334 |
+
DIBT Translation For Bengali</a>, log in or create a Hugging Face account, and you can start working.
|
335 |
+
Thanks in advance! Oh, and we'll give you a little push: GPT4 or Meta's NLLB has already prepared a translation suggestion for you.
|
336 |
+
</div>
|
337 |
"""
|
338 |
)
|
339 |
|