ahmedheakl commited on
Commit
7df2c33
·
verified ·
1 Parent(s): e8dca86

Update README.md

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