We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfec5c commit 3e56184Copy full SHA for 3e56184
model_zoo/ernie-3.0/README.md
@@ -1282,6 +1282,7 @@ batch_size=32 和 1,预测精度为 FP16 时,GPU 下的效果-时延图:
1282
<a name="代码结构"></a>
1283
## 代码结构
1284
以下是本项目代码结构
1285
+
1286
```text
1287
.
1288
├── run_seq_cls.py # 分类任务的微调脚本
@@ -1315,6 +1316,9 @@ batch_size=32 和 1,预测精度为 FP16 时,GPU 下的效果-时延图:
1315
1316
│ └── token_cls_grpc_client.py
1317
└── README.md # 文档
1318
1319
+```
1320
1321
1322
<a name="开始运行"></a>
1323
## 开始运行
1324
下面提供以CLUE数据集进行模型微调相关训练、预测、部署的代码, CLUE数据集是中文语言理解测评基准数据集,包括了文本分类、文本推理、实体抽取、问答等相关数据集。
0 commit comments