From d6de3e5cf55d896c5bdb8227427af2bf2fc27b03 Mon Sep 17 00:00:00 2001 From: tangyunxiang <546783735@qq.com> Date: Wed, 12 Jul 2023 11:48:43 +0800 Subject: [PATCH] =?UTF-8?q?README=E5=9C=A8=E7=BA=BF=E6=8E=A8=E7=90=86?= =?UTF-8?q?=E6=8C=87=E5=AF=BC=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Bert_Chinese_ID3433_for_PyTorch/README.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md b/PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md index 2ead1b37b1..c59a0b4d84 100644 --- a/PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md +++ b/PyTorch/built-in/nlp/Bert_Chinese_ID3433_for_PyTorch/README.md @@ -192,18 +192,18 @@ BERT的全称是Bidirectional Encoder Representation from Transformers,即双 --data\_path 参数填写数据集路径,需写到数据集的一级目录。 - - 在线推理 - 启动在线推理。 + - 在线推理 + 启动在线推理。 - ``` - bash ./test/train_eval_1p.sh --data_path=real_data_path --device_id=xxx --checkpoint=real_checkpoint_path - ``` + ``` + bash ./test/train_eval_1p.sh --data_path=real_data_path --device_id=xxx --checkpoint=real_checkpoint_path + ``` - ``` - --data_path: 数据集路径 - --device_id: 在线推理时所使用的device_id - --checkpoint: 权重文件目录 - ``` + ``` + --data_path: 数据集路径 + --device_id: 在线推理时所使用的device_id + --checkpoint: 权重文件目录 + ``` -- Gitee