Spaces:
Runtime error
Runtime error
Commit
Β·
3ae8f23
1
Parent(s):
ac3fdf5
Link SEB
Browse files
app.py
CHANGED
|
@@ -814,7 +814,7 @@ with block:
|
|
| 814 |
|
| 815 |
- **Metric:** [F1](https://huggingface.co/spaces/evaluate-metric/f1)
|
| 816 |
- **Languages:** Danish & Bornholmsk (Danish Dialect)
|
| 817 |
-
- **Credits:** [Kenneth Enevoldsen](https://github.com/KennethEnevoldsen)
|
| 818 |
""")
|
| 819 |
with gr.Row():
|
| 820 |
data_bitext_mining_other = gr.components.Dataframe(
|
|
@@ -870,7 +870,7 @@ with block:
|
|
| 870 |
|
| 871 |
- **Metric:** [Accuracy](https://huggingface.co/spaces/evaluate-metric/accuracy)
|
| 872 |
- **Languages:** Danish
|
| 873 |
-
- **Credits:** [Kenneth Enevoldsen](https://github.com/KennethEnevoldsen)
|
| 874 |
""")
|
| 875 |
with gr.Row():
|
| 876 |
data_classification_da = gr.components.Dataframe(
|
|
@@ -899,7 +899,7 @@ with block:
|
|
| 899 |
|
| 900 |
- **Metric:** [Accuracy](https://huggingface.co/spaces/evaluate-metric/accuracy)
|
| 901 |
- **Languages:** Norwegian BokmΓ₯l
|
| 902 |
-
- **Credits:** [Kenneth Enevoldsen](https://github.com/KennethEnevoldsen)
|
| 903 |
""")
|
| 904 |
with gr.Row():
|
| 905 |
data_classification_nb = gr.components.Dataframe(
|
|
@@ -928,7 +928,7 @@ with block:
|
|
| 928 |
|
| 929 |
- **Metric:** [Accuracy](https://huggingface.co/spaces/evaluate-metric/accuracy)
|
| 930 |
- **Languages:** Swedish
|
| 931 |
-
- **Credits:** [Kenneth Enevoldsen](https://github.com/KennethEnevoldsen)
|
| 932 |
""")
|
| 933 |
with gr.Row():
|
| 934 |
data_classification_sv = gr.components.Dataframe(
|
|
|
|
| 814 |
|
| 815 |
- **Metric:** [F1](https://huggingface.co/spaces/evaluate-metric/f1)
|
| 816 |
- **Languages:** Danish & Bornholmsk (Danish Dialect)
|
| 817 |
+
- **Credits:** [Kenneth Enevoldsen](https://github.com/KennethEnevoldsen), [scandinavian-embedding-benchmark](https://kennethenevoldsen.github.io/scandinavian-embedding-benchmark/)
|
| 818 |
""")
|
| 819 |
with gr.Row():
|
| 820 |
data_bitext_mining_other = gr.components.Dataframe(
|
|
|
|
| 870 |
|
| 871 |
- **Metric:** [Accuracy](https://huggingface.co/spaces/evaluate-metric/accuracy)
|
| 872 |
- **Languages:** Danish
|
| 873 |
+
- **Credits:** [Kenneth Enevoldsen](https://github.com/KennethEnevoldsen), [scandinavian-embedding-benchmark](https://kennethenevoldsen.github.io/scandinavian-embedding-benchmark/)
|
| 874 |
""")
|
| 875 |
with gr.Row():
|
| 876 |
data_classification_da = gr.components.Dataframe(
|
|
|
|
| 899 |
|
| 900 |
- **Metric:** [Accuracy](https://huggingface.co/spaces/evaluate-metric/accuracy)
|
| 901 |
- **Languages:** Norwegian BokmΓ₯l
|
| 902 |
+
- **Credits:** [Kenneth Enevoldsen](https://github.com/KennethEnevoldsen), [scandinavian-embedding-benchmark](https://kennethenevoldsen.github.io/scandinavian-embedding-benchmark/)
|
| 903 |
""")
|
| 904 |
with gr.Row():
|
| 905 |
data_classification_nb = gr.components.Dataframe(
|
|
|
|
| 928 |
|
| 929 |
- **Metric:** [Accuracy](https://huggingface.co/spaces/evaluate-metric/accuracy)
|
| 930 |
- **Languages:** Swedish
|
| 931 |
+
- **Credits:** [Kenneth Enevoldsen](https://github.com/KennethEnevoldsen), [scandinavian-embedding-benchmark](https://kennethenevoldsen.github.io/scandinavian-embedding-benchmark/)
|
| 932 |
""")
|
| 933 |
with gr.Row():
|
| 934 |
data_classification_sv = gr.components.Dataframe(
|