Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,6 @@ Model Card - ARM64BERT
|
|
8 |
|
9 |
|
10 |
_Who to contact:_ fbda [at] nfi [dot] nl \
|
11 |
-
_Version / Date:_ v1, 15/05/2025\
|
12 |
TODO: add link to github repo once known
|
13 |
|
14 |
## General
|
@@ -25,7 +24,7 @@ The model architecture is inspired by [jTrans](https://github.com/vul337/jTrans)
|
|
25 |
although the typical Next Sentence Prediction has been replaced with Jump Target Prediction, as proposed in Wang et al.
|
26 |
|
27 |
### What is the output of the model?
|
28 |
-
The model returns a vector of 768 dimensions for each function
|
29 |
get an indication of which functions are similar to each other.
|
30 |
|
31 |
### How does the model perform?
|
@@ -101,4 +100,4 @@ n.a.
|
|
101 |
n.a.
|
102 |
|
103 |
## Analyses (optional)
|
104 |
-
n.a.
|
|
|
8 |
|
9 |
|
10 |
_Who to contact:_ fbda [at] nfi [dot] nl \
|
|
|
11 |
TODO: add link to github repo once known
|
12 |
|
13 |
## General
|
|
|
24 |
although the typical Next Sentence Prediction has been replaced with Jump Target Prediction, as proposed in Wang et al.
|
25 |
|
26 |
### What is the output of the model?
|
27 |
+
The model returns a vector of 768 dimensions for each function. These vectors can be compared to
|
28 |
get an indication of which functions are similar to each other.
|
29 |
|
30 |
### How does the model perform?
|
|
|
100 |
n.a.
|
101 |
|
102 |
## Analyses (optional)
|
103 |
+
n.a.
|