Update README.md
Browse files
README.md
CHANGED
@@ -155,6 +155,17 @@ print('Cosin Similarity: ', cos_sim[0].detach().numpy())
|
|
155 |
```json
|
156 |
Cosin Similarity: 0.8974346
|
157 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
## Requirements
|
159 |
python>=3.8
|
160 |
```shell
|
|
|
155 |
```json
|
156 |
Cosin Similarity: 0.8974346
|
157 |
```
|
158 |
+
|
159 |
+
## Training loss
|
160 |
+
![total loss](https://dn-aoi41-dispatch-models.oss-cn-hangzhou.aliyuncs.com/G2PTL/total_loss.png)
|
161 |
+
|
162 |
+
![gc loss](https://dn-aoi41-dispatch-models.oss-cn-hangzhou.aliyuncs.com/G2PTL/gc_loss.png)
|
163 |
+
|
164 |
+
![htc loss](https://dn-aoi41-dispatch-models.oss-cn-hangzhou.aliyuncs.com/G2PTL/htc_loss.png)
|
165 |
+
|
166 |
+
![mlm loss](https://dn-aoi41-dispatch-models.oss-cn-hangzhou.aliyuncs.com/G2PTL/mlm_loss.png)
|
167 |
+
|
168 |
+
|
169 |
## Requirements
|
170 |
python>=3.8
|
171 |
```shell
|