未验证 提交 9299ce78 编写于 作者: K KP 提交者: GitHub

fix docs typo

上级 3a7f6e80
...@@ -176,7 +176,7 @@ label_map = { ...@@ -176,7 +176,7 @@ label_map = {
model = hub.Module( model = hub.Module(
name='ernie_tiny', name='ernie_tiny',
version='2.0.1', version='2.0.1',
task='token_cls', task='token-cls',
load_checkpoint='./token_cls_save_dir/best_model/model.pdparams', load_checkpoint='./token_cls_save_dir/best_model/model.pdparams',
label_map=label_map, label_map=label_map,
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册