mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-03 20:57:37 +08:00
491 B
491 B
模型复现
这里复现了在fastNLP中实现的模型,旨在达到与论文中相符的性能。
复现的模型有:
- Star-Transformer
- ...
任务复现
Text Classification (文本分类)
- still in progress
Matching (自然语言推理/句子匹配)
- still in progress
Sequence Labeling (序列标注)
- still in progress
Coreference resolution (指代消解)
- still in progress
Summarization (摘要)
- still in progress