mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-05 05:38:31 +08:00
089009f9f2
1、更新requirements以及README.md 2、更新DataLoader 3、更新loss 4、更新model/bert.py内容及适配的测试代码 5、更新reproduction/README.md 6、修复其他测试代码的报错的地方
792 B
792 B
模型复现
这里复现了在fastNLP中实现的模型,旨在达到与论文中相符的性能。
复现的模型有:
任务复现
Text Classification (文本分类)
- still in progress
Matching (自然语言推理/句子匹配)
Sequence Labeling (序列标注)
Coreference resolution (指代消解)
- still in progress
Summarization (摘要)
- still in progress