未验证 提交 385f5c84 编写于 作者: W wuzewu 提交者: GitHub

Update README.md

上级 78ce9acd
......@@ -51,7 +51,7 @@ BERT-Base, Chinese | `hub.Module(name='bert_chinese_L-12_H-768_A
module = hub.Module(name="bert_chinese_L-12_H-768_A-12")
```
### Step2: 准备数据集并使用ClassifyReader读取数据
### Step2: 准备数据集并使用SequenceLabelReader读取数据
```python
dataset = hub.dataset.MSRA_NER()
reader = hub.reader.SequenceLabelReader(
......@@ -135,7 +135,7 @@ Finetune API训练过程中会自动对关键训练指标进行打点,启动
$ visualdl --logdir $CKPT_DIR/vdllog -t ${HOST_IP}
```
其中${HOST_IP}为本机IP地址,如本机IP地址为192.168.0.1,用浏览器打开192.168.0.1:8040,其中8040为端口号,即可看到训练过程中指标的变化情况
TODO: 新增截图
file:///Users/zhangxuefei/Library/Caches/BaiduMacHi/Share/images/9f470242644a7abd82263714dc38a563.png
## 模型预测
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册