Spaces:
Running
Running
tardellirs commited on
Commit ·
9dd77e1
1
Parent(s): 728e2e8
Rebrand links MTEB-PT -> MTEB-BR (GitHub repo, HF org, discussions, issue templates); fix chart axis label
Browse files- README.md +3 -3
- assets/{index-CepmQjyz.js → index-BUhFkbbS.js} +0 -0
- index.html +1 -1
README.md
CHANGED
|
@@ -105,7 +105,7 @@ A Massive Text Embedding Benchmark for **Brazilian Portuguese**.
|
|
| 105 |
- Tasks: classification, NLI, STS, clustering, retrieval (incl. Quati Pool), reranking
|
| 106 |
- Headline metric: **mean_22** (average across all 22 tasks)
|
| 107 |
- All raw results: [MTEB-BR/mteb-pt-results](https://huggingface.co/datasets/MTEB-BR/mteb-pt-results)
|
| 108 |
-
- Source code: [github.com/tardellirs/mteb-
|
| 109 |
|
| 110 |
## Tasks (16)
|
| 111 |
|
|
@@ -120,7 +120,7 @@ A Massive Text Embedding Benchmark for **Brazilian Portuguese**.
|
|
| 120 |
|
| 121 |
## How to add a model
|
| 122 |
|
| 123 |
-
Submit via GitHub Issues at [tardellirs/mteb-
|
| 124 |
with model_id, eval JSONs, and reproduction script.
|
| 125 |
|
| 126 |
## Citation
|
|
@@ -130,7 +130,7 @@ with model_id, eval JSONs, and reproduction script.
|
|
| 130 |
title = {MTEB(por): The Brazilian Portuguese MTEB Sub-Benchmark},
|
| 131 |
author = {Tardelli, R.S.},
|
| 132 |
year = {2026},
|
| 133 |
-
url = {https://huggingface.co/spaces/
|
| 134 |
}
|
| 135 |
```
|
| 136 |
|
|
|
|
| 105 |
- Tasks: classification, NLI, STS, clustering, retrieval (incl. Quati Pool), reranking
|
| 106 |
- Headline metric: **mean_22** (average across all 22 tasks)
|
| 107 |
- All raw results: [MTEB-BR/mteb-pt-results](https://huggingface.co/datasets/MTEB-BR/mteb-pt-results)
|
| 108 |
+
- Source code: [github.com/tardellirs/mteb-br](https://github.com/tardellirs/mteb-br)
|
| 109 |
|
| 110 |
## Tasks (16)
|
| 111 |
|
|
|
|
| 120 |
|
| 121 |
## How to add a model
|
| 122 |
|
| 123 |
+
Submit via GitHub Issues at [tardellirs/mteb-br/issues](https://github.com/tardellirs/mteb-br/issues)
|
| 124 |
with model_id, eval JSONs, and reproduction script.
|
| 125 |
|
| 126 |
## Citation
|
|
|
|
| 130 |
title = {MTEB(por): The Brazilian Portuguese MTEB Sub-Benchmark},
|
| 131 |
author = {Tardelli, R.S.},
|
| 132 |
year = {2026},
|
| 133 |
+
url = {https://huggingface.co/spaces/MTEB-BR/leaderboard}
|
| 134 |
}
|
| 135 |
```
|
| 136 |
|
assets/{index-CepmQjyz.js → index-BUhFkbbS.js}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
<meta name="description" content="MTEB(por) — Massive Text Embedding Benchmark for Brazilian Portuguese. 93 models × 22 tasks." />
|
| 9 |
<meta property="og:title" content="MTEB(por) Leaderboard" />
|
| 10 |
<meta property="og:description" content="93 embedding models evaluated on 22 native PT-BR tasks." />
|
| 11 |
-
<script type="module" crossorigin src="/assets/index-
|
| 12 |
<link rel="stylesheet" crossorigin href="/assets/index-kn4qY4QU.css">
|
| 13 |
</head>
|
| 14 |
<body>
|
|
|
|
| 8 |
<meta name="description" content="MTEB(por) — Massive Text Embedding Benchmark for Brazilian Portuguese. 93 models × 22 tasks." />
|
| 9 |
<meta property="og:title" content="MTEB(por) Leaderboard" />
|
| 10 |
<meta property="og:description" content="93 embedding models evaluated on 22 native PT-BR tasks." />
|
| 11 |
+
<script type="module" crossorigin src="/assets/index-BUhFkbbS.js"></script>
|
| 12 |
<link rel="stylesheet" crossorigin href="/assets/index-kn4qY4QU.css">
|
| 13 |
</head>
|
| 14 |
<body>
|