Commit 5a3df022 authored by chenzk's avatar chenzk
Browse files

Merge branch 'master' into 'master'

add icon

See merge request !1
parents 629f8c66 24b2a213
......@@ -69,6 +69,10 @@ python bert.py
### C++版本推理
本次采用经典的Bert模型完成问题回答任务,模型和分词文件下载链接:https://pan.baidu.com/s/1yc30IzM4ocOpTpfFuUMR0w, 提取码:8f1a, 将bertsquad-10.onnx文件和uncased_L-12_H-768_A-12分词文件保存在Resource/文件夹下。下面介绍如何运行C++代码示例,C++示例的详细说明见Doc目录下的Tutorial_Cpp.md。
预训练权重快速下载中心:[SCNet AIModels](http://113.200.138.88:18080/aimodels) ,项目中的预训练权重可从快速下载通道下载:
[bert](http://113.200.138.88:18080/aidatasets/project-dependency/bert)
#### 构建工程
```
rbuild build -d depend
......
icon.png

53.8 KB

Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment