izhx / nmnlp

自用NLP实验脚手架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nmnlp

自用NLP脚手架。

一些约定

  • view、reshape等操作时,涉及到维度的表示、注释等,必须高维在前。如:a(n,s,h).view(-1, h) # (n,s,h) -> (n*s,h)或者a.view(n*s,h)

About

自用NLP实验脚手架

License:Apache License 2.0


Languages

Language:Python 100.0%