fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
https://gitee.com/fastnlp/fastNLP
Apache License 2.0
3.05k stars 451 forks source link

Modified the value of Element and added Bleu test #435

Closed go-with-me000 closed 1 year ago

go-with-me000 commented 1 year ago

Description:Modified the value of Element and added Bleu test

Main reason: 1.对于Element,backend中的value值从原来的float类型扩展到list类型,可以支持更多情况。 2.增加了Bleu支持,并且针对四个主流框架都进行了测试

Checklist 检查下面各项是否完成

Please feel free to remove inapplicable items for your PR.

Changes: 逐项描述修改的内容

Mention: 找人review你的PR

@修改过这个文件的人 @核心开发人员