Put both models in the evaluation table
Browse files
README.md
CHANGED
@@ -33,7 +33,9 @@ When the pool is significantly enlarged to 10.000 functions, it still ranks the
|
|
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
|
|
|
33 |
|
34 |
| Model | Pool size | MRR | Recall@1 |
|
35 |
|----------------------|-----------|------|----------|
|
36 |
+
| ARM64BERT | 32 | 0.78 | 0.72 |
|
37 |
| ARM64BERT-embedding | 32 | 0.99 | 0.99 |
|
38 |
+
| ARM64BERT | 10.000 | 0.58 | 0.56 |
|
39 |
| ARM64BERT-embedding | 10.000 | 0.87 | 0.83 |
|
40 |
|
41 |
## Purpose and use of the model
|