Skip to content

Commit 6fb7232

Browse files
author
zhangshuai28
committed
change readme
Change-Id: I4f9eba6f1e79db0e456584062c72872fd9a277c4
1 parent 2077819 commit 6fb7232

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CUDA_VISIBLE_DEVICES=0 python run.py \
129129

130130
**基于已分词数据的预测**<br>
131131

132-
预测的输入数据要求以[`CoNLL-X`](#数据格式说明)([官方说明](https://ilk.uvt.nl/~emarsi/download/pubs/14964.pdf))格式组织,缺失字段使用“-”代替。通过执行`sh run_predict.sh`使进行预测,详细命令如下所示:
132+
预测的输入数据要求以[`CoNLL-X`](#数据格式说明)([官方说明](https://ilk.uvt.nl/~emarsi/download/pubs/14964.pdf))格式组织,缺失字段使用“-”代替。通过执行`sh run_predict.sh`进行预测,详细命令如下所示:
133133
```shell
134134
CUDA_VISIBLE_DEVICES=0 python run.py \
135135
--mode=predict \
@@ -143,7 +143,7 @@ CUDA_VISIBLE_DEVICES=0 python run.py \
143143
<font size=3 color=gray>注:用户可通过修改`infer_data_path``infer_result_path`指定要预测的数据集和预测结果的路径。</font>
144144

145145
**基于未分词数据的预测**<br>
146-
预测的输入数据为字符串形式,一行一条数据。用通过执行`sh run_predict_query.sh`对来自标准输入的数据进行预测,详细命令如下所示:
146+
预测的输入数据为字符串形式,一行一条数据。通过执行`sh run_predict_query.sh`对来自标准输入的数据进行预测,详细命令如下所示:
147147
```shell
148148
CUDA_VISIBLE_DEVICES=0 python run.py \
149149
--mode=predict_q \

0 commit comments

Comments
 (0)