Spaces:
Running
Running
Muennighoff
commited on
Commit
•
4af9e8d
1
Parent(s):
7856e99
Update lang count
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ with block:
|
|
348 |
Massive Text Embedding Benchmark (MTEB) Leaderboard. To submit, refer to the <a href="https://github.com/embeddings-benchmark/mteb#leaderboard" target="_blank" style="text-decoration: underline">MTEB GitHub repository</a> 🤗
|
349 |
|
350 |
- **Total Datasets**: 56
|
351 |
-
- **Total Languages**:
|
352 |
- **Total Scores**: >{NUM_SCORES}
|
353 |
- **Total Models**: {len(DATA_OVERALL)}
|
354 |
""")
|
@@ -377,7 +377,7 @@ with block:
|
|
377 |
**Bitext Mining Leaderboard 🎌**
|
378 |
|
379 |
- **Metric:** [F1](https://huggingface.co/spaces/evaluate-metric/f1)
|
380 |
-
- **Languages:**
|
381 |
""")
|
382 |
with gr.Row():
|
383 |
data_bitext_mining = gr.components.Dataframe(
|
|
|
348 |
Massive Text Embedding Benchmark (MTEB) Leaderboard. To submit, refer to the <a href="https://github.com/embeddings-benchmark/mteb#leaderboard" target="_blank" style="text-decoration: underline">MTEB GitHub repository</a> 🤗
|
349 |
|
350 |
- **Total Datasets**: 56
|
351 |
+
- **Total Languages**: 112
|
352 |
- **Total Scores**: >{NUM_SCORES}
|
353 |
- **Total Models**: {len(DATA_OVERALL)}
|
354 |
""")
|
|
|
377 |
**Bitext Mining Leaderboard 🎌**
|
378 |
|
379 |
- **Metric:** [F1](https://huggingface.co/spaces/evaluate-metric/f1)
|
380 |
+
- **Languages:** 112
|
381 |
""")
|
382 |
with gr.Row():
|
383 |
data_bitext_mining = gr.components.Dataframe(
|