ahmedheakl
commited on
Commit
•
e095fdc
1
Parent(s):
5fb3803
Update README.md
Browse files
README.md
CHANGED
@@ -20,3 +20,20 @@ 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 |
+
|
25 |
+
**Please see paper & code for more information:**
|
26 |
+
- https://github.com/ahmedheakl/asm2asm
|
27 |
+
- https://arxiv.org/abs/2411.16341
|
28 |
+
|
29 |
+
## Citations
|
30 |
+
|
31 |
+
If you use this model in your research, please cite it as follows:
|
32 |
+
```
|
33 |
+
@article{heakl2024cisc,
|
34 |
+
title={From CISC to RISC: language-model guided assembly transpilation},
|
35 |
+
author={Heakl, Ahmed and Abi, Chaimaa and Hossam, Rania and Mahmoud, Abdulrahman},
|
36 |
+
journal={arXiv preprint arXiv:2411.16341},
|
37 |
+
year={2024}
|
38 |
+
}
|
39 |
+
```
|