Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Decem-Y/sohu_text_matching_Rank2
2021搜狐校园文本匹配算法大赛Top2方案
https://github.com/Decem-Y/sohu_text_matching_Rank2
Last synced: 3 months ago
JSON representation
2021搜狐校园文本匹配算法大赛Top2方案
- Host: GitHub
- URL: https://github.com/Decem-Y/sohu_text_matching_Rank2
- Owner: Decem-Y
- License: gpl-3.0
- Created: 2021-07-12T04:07:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T07:33:49.000Z (8 months ago)
- Last Synced: 2024-06-24T05:37:25.075Z (5 months ago)
- Language: Python
- Homepage:
- Size: 320 KB
- Stars: 39
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - Decem-Y/sohu_text_matching_Rank2
README
# sohu_text_matching
2021搜狐校园文本匹配算法大赛Top2:分比我们低的都是帅哥队本repo包含了本次大赛决赛环节提交的代码文件,提交的模型文件可在百度网盘获取(链接:https://pan.baidu.com/s/1T9FtwiGFZhuC8qqwXKZSNA ,提取码:2333 )。
最终提交的5个模型(限制大小在2G内)在复赛测试集上的f1指标为0.78921,在决赛测试集上的f1指标为0.78123,在十组队伍中位列第二,最终取得亚军成绩。
复现复赛测试集结果,可将模型下载后放至`checkpoints/rematch`内,将测试集合并为决赛格式后,进入`src`文件夹运行`infer_final.py`并指定输入文件及输出位置即可。依赖项可参考dockerfile。