Skip to content

Commit

Permalink
#8 (After #7) Epoch:12 /0.9194 ~
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanaXu committed Mar 17, 2023
1 parent da888f7 commit ad9a86e
Show file tree
Hide file tree
Showing 10 changed files with 5,435 additions and 2,831 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.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.
| 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-17 22:51:58.164630, Test ACC: 0.89460 F1: 0.88058.

(2.2)
Expand Down
16 changes: 8 additions & 8 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:6"
p2 = "Epoch:12"
scoreL = """
0.5914
0.9809
0.8376
0.8351
0.5919
0.99035
0.8345
0.8396
0.7897
0.6965
0.91026
0.695
0.96215
"""
test = "ACC: 0.89060 F1: 0.87777"
test = "ACC: 0.89460 F1: 0.88058"

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
2,604 changes: 2,604 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 ad9a86e

Please sign in to comment.