ahmedheakl
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -55,3 +55,20 @@ The following hyperparameters were used during training:
|
|
55 |
- Pytorch 2.4.1+cu118
|
56 |
- Datasets 3.0.0
|
57 |
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
- Pytorch 2.4.1+cu118
|
56 |
- Datasets 3.0.0
|
57 |
- Tokenizers 0.19.1
|
58 |
+
|
59 |
+
|
60 |
+
**Please see paper & code for more information:**
|
61 |
+
- https://github.com/ahmedheakl/asm2asm
|
62 |
+
- https://arxiv.org/abs/2411.16341
|
63 |
+
|
64 |
+
## Citations
|
65 |
+
|
66 |
+
If you use this model in your research, please cite it as follows:
|
67 |
+
```
|
68 |
+
@article{heakl2024cisc,
|
69 |
+
title={From CISC to RISC: language-model guided assembly transpilation},
|
70 |
+
author={Heakl, Ahmed and Abi, Chaimaa and Hossam, Rania and Mahmoud, Abdulrahman},
|
71 |
+
journal={arXiv preprint arXiv:2411.16341},
|
72 |
+
year={2024}
|
73 |
+
}
|
74 |
+
```
|