Spaces:
Sleeping
Sleeping
feat: demo app
Browse files
app.py
CHANGED
|
@@ -230,9 +230,9 @@ with gr.Blocks(title="ModernBERTić Large") as demo:
|
|
| 230 |
|
| 231 |
gr.Markdown(
|
| 232 |
"---\n"
|
| 233 |
-
"Trained on EuroHPC Leonardo (64× A100) at Recrewty. https://recrewty.com"
|
| 234 |
-
"You can find the results at SuperGLUE-SR results: https://balkanbench.com/leaderboard."
|
| 235 |
-
"Link to blogposts and release: https://permitt.io."
|
| 236 |
)
|
| 237 |
|
| 238 |
|
|
|
|
| 230 |
|
| 231 |
gr.Markdown(
|
| 232 |
"---\n"
|
| 233 |
+
"Trained on EuroHPC Leonardo (64× A100) at Recrewty. https://recrewty.com \n"
|
| 234 |
+
"You can find the results at SuperGLUE-SR results: https://balkanbench.com/leaderboard. \n"
|
| 235 |
+
"Link to blogposts and release: https://permitt.io. \n"
|
| 236 |
)
|
| 237 |
|
| 238 |
|