fastNLP/reproduction/README.md
xuyige 089009f9f2 大幅度更新:
1、更新requirements以及README.md
2、更新DataLoader
3、更新loss
4、更新model/bert.py内容及适配的测试代码
5、更新reproduction/README.md
6、修复其他测试代码的报错的地方
2019-07-06 01:08:55 +08:00

792 B
Raw Blame History

模型复现

这里复现了在fastNLP中实现的模型旨在达到与论文中相符的性能。

复现的模型有:

任务复现

Text Classification (文本分类)

  • still in progress

Matching (自然语言推理/句子匹配)

Sequence Labeling (序列标注)

Coreference resolution (指代消解)

  • still in progress

Summarization (摘要)

  • still in progress

...