Rijgersberg commited on
Commit
7504885
·
verified ·
1 Parent(s): 94768ae

Fix name of model in table

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 | Pool size | MRR | Recall@1 |
35
- |---------|-----------|------|----------|
36
- | ASMBert | 32 | 0.99 | 0.99 |
37
- | ASMBert | 10.000 | 0.87 | 0.83 |
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