Commit 544ae29b authored by yangql's avatar yangql
Browse files

Update README.md

parent a33637c6
# BERT # BERT-ORT
## 论文 ## 论文
`Bidirectional Encoder Representation from Transformers` `Bidirectional Encoder Representation from Transformers`
- https://browse.arxiv.org/pdf/1810.04805.pdf - https://browse.arxiv.org/pdf/1810.04805.pdf
...@@ -45,6 +44,7 @@ python bert.py ...@@ -45,6 +44,7 @@ python bert.py
``` ```
输出结果中,问题id对应预测概率值最大的答案。 输出结果中,问题id对应预测概率值最大的答案。
### C++版本推理 ### 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。 本次采用经典的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。
#### 下载镜像 #### 下载镜像
......
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