Skip to content

Commit

Permalink
#8 (After #7) Epoch:22 /0.9316 ~
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanaXu committed Mar 19, 2023
1 parent fd39587 commit dbfa1f3
Show file tree
Hide file tree
Showing 10 changed files with 3,925 additions and 2,522 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Python 3.7.4,详见requirements.txt
| v0.1 SAS | F1 | *0.2653* | |-|
| v0.2 XYSH | F1 | *0.3483* | |-|
| v0.3 CROSS v0.1 + v0.2 | F1 | *0.3696* | |-|
| v0.4 | F1 | *0.3696* | 0.9621 |+|
| [TASK-3](http://contest.aicubes.cn/#/detail?topicId=23) | F1 | *0.6365* | 0.5919 |=|
| [TASK-5](https://challenge.xfyun.cn/topic/info?type=text-match&option=ssgy) | ACC | *0.9998* | 0.9903 |+|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | ACC | *0.9428* | 0.7897 |=|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / lcqmc | *0.9548* | 0.8345 |=|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / bq_corpus | *0.9775* | 0.8396 |=|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / paws-x | *0.8960* | 0.6950 |=|
| Total | | | 0.9194 |-|
> Updated 2023-03-19 00:44:02.238549, Test ACC: 0.89460 F1: 0.88058.
| v0.4 | F1 | *0.3696* | 0.9880 |+|
| [TASK-3](http://contest.aicubes.cn/#/detail?topicId=23) | F1 | *0.6365* | 0.6100 |+|
| [TASK-5](https://challenge.xfyun.cn/topic/info?type=text-match&option=ssgy) | ACC | *0.9998* | 0.9958 |+|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | ACC | *0.9428* | 0.7924 |+|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / lcqmc | *0.9548* | 0.8356 |+|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / bq_corpus | *0.9775* | 0.8347 |-|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / paws-x | *0.8960* | 0.7070 |+|
| Total | | | 0.9316 |+|
> Updated 2023-03-19 12:26:16.891189, Test ACC: 0.89860 F1: 0.88501.

(2.2)
Expand Down
18 changes: 9 additions & 9 deletions README.md.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
os.system("clear")

p1 = "#8 (After #7)"
p2 = "Epoch:12"
p2 = "Epoch:22"
scoreL = """
0.5919
0.99035
0.8345
0.8396
0.7897
0.695
0.96215
0.61
0.9958
0.8356
0.8347
0.7924
0.707
0.98804
"""
test = "ACC: 0.89460 F1: 0.88058"
test = "ACC: 0.89860 F1: 0.88501"

scoreL = [float(i) for i in scoreL.split("\n") if i]
score = (scoreL[0]/0.6365 + scoreL[1]/0.9998 + scoreL[4]/0.9428)/3.0
Expand Down
1,403 changes: 1,403 additions & 0 deletions code/log/default.gpu.log

Large diffs are not rendered by default.

Binary file modified code/log/workerlog.0
Binary file not shown.
Loading

0 comments on commit dbfa1f3

Please sign in to comment.