Update README.md
Browse files
README.md
CHANGED
|
@@ -19,10 +19,10 @@ Not actively maintained after publishing
|
|
| 19 |
* [Github repo ASMtransformers](https://github.com/NetherlandsForensicInstitute/asmtransformers)
|
| 20 |
|
| 21 |
# Version
|
| 22 |
-
|
| 23 |
|
| 24 |
# Usage
|
| 25 |
-
|
| 26 |
|
| 27 |
# Intended use
|
| 28 |
The model has been trained and tested to be used for similarity search of assembly code. It has not been trained/tested on any other languages than arm64, amd64, risc-v or i386,
|
|
|
|
| 19 |
* [Github repo ASMtransformers](https://github.com/NetherlandsForensicInstitute/asmtransformers)
|
| 20 |
|
| 21 |
# Version
|
| 22 |
+
06-08-2026
|
| 23 |
|
| 24 |
# Usage
|
| 25 |
+
To use this model, use [inference.py in our repository](https://github.com/NetherlandsForensicInstitute/asmtransformers/blob/main/asmtransformers/README.md#inference).
|
| 26 |
|
| 27 |
# Intended use
|
| 28 |
The model has been trained and tested to be used for similarity search of assembly code. It has not been trained/tested on any other languages than arm64, amd64, risc-v or i386,
|