Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
BERT_onnxruntime
Commits
544ae29b
Commit
544ae29b
authored
Oct 09, 2023
by
yangql
Browse files
Update README.md
parent
a33637c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
544ae29b
# 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。
#### 下载镜像
#### 下载镜像
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment