Update README.md
Browse files
README.md
CHANGED
|
@@ -27,18 +27,17 @@ datasets:
|
|
| 27 |
- GPU RTX3090
|
| 28 |
- 训练时间总共耗费55h
|
| 29 |
|
| 30 |
-
#
|
| 31 |
-
[预训练日志](https://wandb.ai/junyu/electra_rotary_small_pretrain?workspace=user-junyu)
|
|
|
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
# 四、安装
|
| 36 |
```bash
|
| 37 |
pip install roformer
|
| 38 |
或
|
| 39 |
pip install git+https://github.com/JunnYu/RoFormer_pytorch.git
|
| 40 |
```
|
| 41 |
-
#
|
| 42 |
```python
|
| 43 |
import torch
|
| 44 |
from roformer import RoFormerForMaskedLM
|
|
|
|
| 27 |
- GPU RTX3090
|
| 28 |
- 训练时间总共耗费55h
|
| 29 |
|
| 30 |
+
# 四、wandb日志
|
| 31 |
+
- [**预训练日志**](https://wandb.ai/junyu/electra_rotary_small_pretrain?workspace=user-junyu)
|
| 32 |
+
- [**GLUE微调日志**](https://wandb.ai/junyu/electra_rotary_glue_100?workspace=user-junyu)
|
| 33 |
|
| 34 |
+
# 五、安装
|
|
|
|
|
|
|
| 35 |
```bash
|
| 36 |
pip install roformer
|
| 37 |
或
|
| 38 |
pip install git+https://github.com/JunnYu/RoFormer_pytorch.git
|
| 39 |
```
|
| 40 |
+
# 六、 使用
|
| 41 |
```python
|
| 42 |
import torch
|
| 43 |
from roformer import RoFormerForMaskedLM
|