WENGSYX commited on
Commit
1618559
·
1 Parent(s): fe13aea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -33,4 +33,20 @@ output = model(tokenizer('2 15 3 8 10').unsqueeze(0))
33
  print(tokenizer.decode(output.argmax(2)))
34
 
35
  >>> [['bos', '3', '5', '3', '9', '0']]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ```
 
33
  print(tokenizer.decode(output.argmax(2)))
34
 
35
  >>> [['bos', '3', '5', '3', '9', '0']]
36
+ ```
37
+
38
+
39
+ ### 🙏Cite🙏
40
+
41
+
42
+ ###### If you are interested in our paper, please feel free to cite it.
43
+ ```
44
+ @misc{weng2023neural,
45
+ title={Neural Comprehension: Language Models with Compiled Neural Networks},
46
+ author={Yixuan Weng and Minjun Zhu and Fei Xia and Bin Li and Shizhu He and Kang Liu and Jun Zhao},
47
+ year={2023},
48
+ eprint={2304.01665},
49
+ archivePrefix={arXiv},
50
+ primaryClass={cs.CL}
51
+ }
52
  ```