carlesoctav
commited on
Commit
·
8c56906
1
Parent(s):
a6067bf
Update README.md
Browse files
README.md
CHANGED
@@ -14,11 +14,7 @@ This model utilizes a newer version of Sentence Transformers. If you're having t
|
|
14 |
pip install --upgrade --force-reinstall --no-deps git+https://github.com/UKPLab/sentence-transformers.git
|
15 |
```
|
16 |
|
17 |
-
|
|
18 |
-
|-----------------------------------------|------------|----------------|-------------|----------------|--------------|----------------------------|
|
19 |
-
| | MRR@10 | R@1000 | MRR@10 | R@1000 | NCDG@10 | R@1K |
|
20 |
-
| $\text{BM25 (Elastic Search)}$ | .114 | .642 | .279 | .858 | .391 | .971 |
|
21 |
-
| $\text{IndoBERT}_{\text{DOTMargin}}$ | .207 | .799 | .446 | .929 | .387 | .899 |
|
22 |
|
23 |
|
24 |
# carles-undergrad-thesis/indobert-mmarco-margin-mse
|
@@ -85,9 +81,12 @@ print(sentence_embeddings)
|
|
85 |
|
86 |
## Evaluation Results
|
87 |
|
88 |
-
|
|
|
|
|
|
|
|
|
89 |
|
90 |
-
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=carles-undergrad-thesis/indobert-mmarco-margin-mse)
|
91 |
|
92 |
|
93 |
## Training
|
|
|
14 |
pip install --upgrade --force-reinstall --no-deps git+https://github.com/UKPLab/sentence-transformers.git
|
15 |
```
|
16 |
|
17 |
+
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
|
20 |
# carles-undergrad-thesis/indobert-mmarco-margin-mse
|
|
|
81 |
|
82 |
## Evaluation Results
|
83 |
|
84 |
+
| Model | Mmarco Dev | | MrTyDi Test | | Miracal Test | |
|
85 |
+
|-----------------------------------------|------------|----------------|-------------|----------------|--------------|----------------------------|
|
86 |
+
| | MRR@10 | R@1000 | MRR@10 | R@1000 | NCDG@10 | R@1K |
|
87 |
+
| $\text{BM25 (Elastic Search)}$ | .114 | .642 | .279 | .858 | .391 | .971 |
|
88 |
+
| $\text{IndoBERT}_{\text{DOTMargin}}$ | .207 | .799 | .446 | .929 | .387 | .899 |
|
89 |
|
|
|
90 |
|
91 |
|
92 |
## Training
|