We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ae501 commit f7475f6Copy full SHA for f7475f6
llm/finetune/bigbird_pagesus/README.md
@@ -0,0 +1,25 @@
1
+# bigbird_pegasus模型微调对比
2
+## train loss
3
+
4
+对比微调训练的loss变化
5
6
+| epoch | mindnlp+mindspore | transformer+torch(4060) |
7
+| ----- | ----------------- | ------------------------- |
8
+| 1 | 2.0958 | 8.7301 |
9
+| 2 | 1.969 | 8.1557 |
10
+| 3 | 1.8755 | 7.7516 |
11
+| 4 | 1.8264 | 7.5017 |
12
+| 5 | 1.7349 | 7.2614 |
13
+| 6 | 1.678 | 7.0559 |
14
+| 7 | 1.6937 | 6.8405 |
15
+| 8 | 1.654 | 6.7297 |
16
+| 9 | 1.6365 | 6.7136 |
17
+| 10 | 1.7003 | 6.6279 |
18
19
+## eval loss
20
21
+对比评估得分
22
23
24
+| ----- | ------------------ | ------------------------- |
25
+| 1 | 2.1257965564727783 | 6.3235931396484375 |
0 commit comments