Fix name of model in table
Browse files
README.md
CHANGED
@@ -31,10 +31,10 @@ The model has been evaluated on [Mean Reciprocal Rank (MRR)](https://en.wikipedi
|
|
31 |
When the model has to pick the positive example out of a pool of 32, ranks the positive example highest most of the time.
|
32 |
When the pool is significantly enlarged to 10.000 functions, it still ranks the positive example first or second in most cases.
|
33 |
|
34 |
-
| Model
|
35 |
-
|
36 |
-
|
|
37 |
-
|
|
38 |
|
39 |
## Purpose and use of the model
|
40 |
|
|
|
31 |
When the model has to pick the positive example out of a pool of 32, ranks the positive example highest most of the time.
|
32 |
When the pool is significantly enlarged to 10.000 functions, it still ranks the positive example first or second in most cases.
|
33 |
|
34 |
+
| Model | Pool size | MRR | Recall@1 |
|
35 |
+
|----------------------|-----------|------|----------|
|
36 |
+
| ARM64BERT-embedding | 32 | 0.99 | 0.99 |
|
37 |
+
| ARM64BERT-embedding | 10.000 | 0.87 | 0.83 |
|
38 |
|
39 |
## Purpose and use of the model
|
40 |
|