Skip to content

Commit

Permalink
#8 (After #7) Epoch:6 /0.9160 ~
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanaXu committed Mar 16, 2023
1 parent 582cfea commit da888f7
Show file tree
Hide file tree
Showing 10 changed files with 4,145 additions and 3,091 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.7672 |+|
| [TASK-3](http://contest.aicubes.cn/#/detail?topicId=23) | F1 | *0.6365* | 0.6084 |=|
| [TASK-5](https://challenge.xfyun.cn/topic/info?type=text-match&option=ssgy) | ACC | *0.9998* | 0.9689 |+|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | ACC | *0.9428* | 0.7945 |=|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / lcqmc | *0.9548* | 0.8456 |=|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / bq_corpus | *0.9775* | 0.8390 |=|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / paws-x | *0.8960* | 0.6990 |=|
| Total | | | 0.9226 |-|
> Updated 2023-03-16 16:20:40.967976, Test ACC: 0.87740 F1: 0.86071.
| v0.4 | F1 | *0.3696* | 0.9103 |+|
| [TASK-3](http://contest.aicubes.cn/#/detail?topicId=23) | F1 | *0.6365* | 0.5914 |-|
| [TASK-5](https://challenge.xfyun.cn/topic/info?type=text-match&option=ssgy) | ACC | *0.9998* | 0.9809 |+|
| [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.8376 |-|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / bq_corpus | *0.9775* | 0.8351 |-|
| [TASK-6](https://aistudio.baidu.com/aistudio/competition/detail/45/0/task-definition) | / paws-x | *0.8960* | 0.6965 |-|
| Total | | | 0.9160 |-|
> Updated 2023-03-17 01:08:01.164337, Test ACC: 0.89060 F1: 0.87777.

(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:4"
p2 = "Epoch:6"
scoreL = """
0.6084
0.96895
0.8456
0.839
0.7945
0.699
0.76724
0.5914
0.9809
0.8376
0.8351
0.7897
0.6965
0.91026
"""
test = "ACC: 0.87740 F1: 0.86071"
test = "ACC: 0.89060 F1: 0.87777"

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,054 changes: 1,054 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 da888f7

Please sign in to comment.