Skip to content

Commit 3e56184

Browse files
authored
Update README.md
1 parent 2cfec5c commit 3e56184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

model_zoo/ernie-3.0/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,7 @@ batch_size=32 和 1,预测精度为 FP16 时,GPU 下的效果-时延图:
12821282
<a name="代码结构"></a>
12831283
## 代码结构
12841284
以下是本项目代码结构
1285+
12851286
```text
12861287
.
12871288
├── run_seq_cls.py # 分类任务的微调脚本
@@ -1315,6 +1316,9 @@ batch_size=32 和 1,预测精度为 FP16 时,GPU 下的效果-时延图:
13151316
│ └── token_cls_grpc_client.py
13161317
└── README.md # 文档
13171318
1319+
```
1320+
1321+
13181322
<a name="开始运行"></a>
13191323
## 开始运行
13201324
下面提供以CLUE数据集进行模型微调相关训练、预测、部署的代码, CLUE数据集是中文语言理解测评基准数据集,包括了文本分类、文本推理、实体抽取、问答等相关数据集。

0 commit comments

Comments
 (0)