425776024 / nlpcda

一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda
Apache License 2.0
1.78k stars 169 forks source link

Simbert参数问题 #12

Closed yc1999 closed 3 years ago

yc1999 commented 3 years ago

https://github.com/425776024/nlpcda/blob/254ed886746d25812571ebe2616379254ffad104/nlpcda/tools/Simbert.py#L16-L17

请问上面代码中的config[’device‘]参数有什么用吗?代码中好像没有体现出其作用,请多指教。

425776024 commented 3 years ago

https://github.com/425776024/nlpcda/blob/254ed886746d25812571ebe2616379254ffad104/nlpcda/tools/Simbert.py#L16-L17

请问上面代码中的config[’device‘]参数有什么用吗?代码中好像没有体现出其作用,请多指教。

这个Simbert实现、解释的不是很好,推荐看看原作者的。一直想抽空优化这个,包括注释,比较忙就没时间弄了

yc1999 commented 3 years ago

https://github.com/425776024/nlpcda/blob/254ed886746d25812571ebe2616379254ffad104/nlpcda/tools/Simbert.py#L16-L17

请问上面代码中的config[’device‘]参数有什么用吗?代码中好像没有体现出其作用,请多指教。

这个Simbert实现、解释的不是很好,推荐看看原作者的。一直想抽空优化这个,包括注释,比较忙就没时间弄了

好的。

425776024 commented 3 years ago

这个已经修复了