Update README.md
Browse files
README.md
CHANGED
@@ -7,10 +7,12 @@ tags:
|
|
7 |
---
|
8 |
## 介绍
|
9 |
### tf版本
|
10 |
-
https://github.com/ZhuiyiTechnology/roformer
|
11 |
|
12 |
### pytorch版本+tf2.0版本
|
13 |
https://github.com/JunnYu/RoFormer_pytorch
|
|
|
|
|
14 |
|
15 |
## pytorch & tf2.0使用
|
16 |
```python
|
@@ -74,4 +76,12 @@ Bibtex:
|
|
74 |
archivePrefix={arXiv},
|
75 |
primaryClass={cs.CL}
|
76 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
```
|
|
|
7 |
---
|
8 |
## 介绍
|
9 |
### tf版本
|
10 |
+
https://github.com/ZhuiyiTechnology/roformer-v2
|
11 |
|
12 |
### pytorch版本+tf2.0版本
|
13 |
https://github.com/JunnYu/RoFormer_pytorch
|
14 |
+
or
|
15 |
+
pip install roformer==0.4.0
|
16 |
|
17 |
## pytorch & tf2.0使用
|
18 |
```python
|
|
|
76 |
archivePrefix={arXiv},
|
77 |
primaryClass={cs.CL}
|
78 |
}
|
79 |
+
```
|
80 |
+
```tex
|
81 |
+
@techreport{roformerv2,
|
82 |
+
title={RoFormerV2: A Faster and Better RoFormer - ZhuiyiAI},
|
83 |
+
author={Jianlin Su, Shengfeng Pan, Bo Wen, Yunfeng Liu},
|
84 |
+
year={2022},
|
85 |
+
url="https://github.com/ZhuiyiTechnology/roformer-v2",
|
86 |
+
}
|
87 |
```
|