Update transformer modules (#1147)
* Add token-cls task for transformer modules * Fix numpy dtype mismatch in windows * Update README.md * Update token-cls task for ernie_tiny * Update token-cls task for ernie_tiny * Update token-cls task for other Transformer modules * Update README.md of modules and token-cls demo * Add chunk_scheme arg check in SeqLabelingDataset * Update ChunkEvaluator and paddlenlp requirement * Update README.md * Update token-cls demo
Showing
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
... | @@ -16,4 +16,4 @@ tqdm | ... | @@ -16,4 +16,4 @@ tqdm |
visualdl >= 2.0.0 | visualdl >= 2.0.0 | ||
# gunicorn not support windows | # gunicorn not support windows | ||
gunicorn >= 19.10.0; sys_platform != "win32" | gunicorn >= 19.10.0; sys_platform != "win32" | ||
paddlenlp >= 2.0.0b | paddlenlp >= 2.0.0b2 | ||
\ No newline at end of file | \ No newline at end of file |
想要评论请 注册 或 登录