junnyu commited on
Commit
5b8fe7a
1 Parent(s): b871084

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -45,10 +45,12 @@ print(outputs_sentence)
45
  Bibtex:
46
 
47
  ```tex
48
- @techreport{zhuiyiroformer,
49
- title={RoFormer: Transformer with Rotary Position Embeddings - ZhuiyiAI},
50
- author={Jianlin Su},
51
- year={2021},
52
- url="https://github.com/ZhuiyiTechnology/roformer",
 
 
53
  }
54
  ```
45
  Bibtex:
46
 
47
  ```tex
48
+ @misc{su2021roformer,
49
+ title={RoFormer: Enhanced Transformer with Rotary Position Embedding},
50
+ author={Jianlin Su and Yu Lu and Shengfeng Pan and Bo Wen and Yunfeng Liu},
51
+ year={2021},
52
+ eprint={2104.09864},
53
+ archivePrefix={arXiv},
54
+ primaryClass={cs.CL}
55
  }
56
  ```