ahmedheakl commited on
Commit
311ad68
·
verified ·
1 Parent(s): 53bbfb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -20,3 +20,19 @@ tags:
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
23
+
24
+ **Please see paper & code for more information:**
25
+ - https://github.com/ahmedheakl/asm2asm
26
+ - https://arxiv.org/abs/2411.16341
27
+
28
+ ## Citations
29
+
30
+ If you use this model in your research, please cite it as follows:
31
+ ```
32
+ @article{heakl2024cisc,
33
+ title={From CISC to RISC: language-model guided assembly transpilation},
34
+ author={Heakl, Ahmed and Abi, Chaimaa and Hossam, Rania and Mahmoud, Abdulrahman},
35
+ journal={arXiv preprint arXiv:2411.16341},
36
+ year={2024}
37
+ }
38
+ ```