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_pytorch
Commits
3d3b077a
Commit
3d3b077a
authored
Nov 20, 2023
by
hepj987
Browse files
修改算法类别
parent
56940268
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
README.md
README.md
+5
-1
bert_pre1_4_fp16.sh
bert_pre1_4_fp16.sh
+0
-0
model.properties
model.properties
+1
-1
No files found.
README.md
View file @
3d3b077a
...
@@ -58,6 +58,8 @@ conda create -n bert-pytorch python=3.7
...
@@ -58,6 +58,8 @@ conda create -n bert-pytorch python=3.7
关于本项目DCU显卡所需的工具包、深度学习库等均可从
[
光合
](
https://developer.hpccube.com/tool/
)
开发者社区下载安装。
关于本项目DCU显卡所需的工具包、深度学习库等均可从
[
光合
](
https://developer.hpccube.com/tool/
)
开发者社区下载安装。
[
apex
](
https://cancon.hpccube.com:65024/directlink/4/apex/dtk22.10/apex-0.1+gitdb7007a.dtk2210-cp37-cp37m-manylinux2014_x86_64.whl
)
[
pytorch1.10
](
https://cancon.hpccube.com:65024/directlink/4/pytorch/dtk22.10/torch-1.10.0a0+git2040069.dtk2210-cp37-cp37m-manylinux2014_x86_64.whl
)
[
pytorch1.10
](
https://cancon.hpccube.com:65024/directlink/4/pytorch/dtk22.10/torch-1.10.0a0+git2040069.dtk2210-cp37-cp37m-manylinux2014_x86_64.whl
)
[
tensorflow2.7
](
https://cancon.hpccube.com:65024/directlink/4/tensorflow/dtk22.10/tensorflow-2.7.0+git67f0ade9.dtk2210-cp37-cp37m-manylinux2014_x86_64.whl
)
[
tensorflow2.7
](
https://cancon.hpccube.com:65024/directlink/4/tensorflow/dtk22.10/tensorflow-2.7.0+git67f0ade9.dtk2210-cp37-cp37m-manylinux2014_x86_64.whl
)
...
@@ -245,6 +247,8 @@ cd 2node-run-pre
...
@@ -245,6 +247,8 @@ cd 2node-run-pre
sh run_bert_pre2_4dcu.sh (需要fp16可以在相应single文件APP中增加 --fp16 与 --amp参数)
sh run_bert_pre2_4dcu.sh (需要fp16可以在相应single文件APP中增加 --fp16 与 --amp参数)
```
```
## result
## 精度
## 精度
| 训练 | 卡数 | batch size | 迭代计数 | 精度 |
| 训练 | 卡数 | batch size | 迭代计数 | 精度 |
...
@@ -256,7 +260,7 @@ sh run_bert_pre2_4dcu.sh (需要fp16可以在相应single文件APP中增加 --
...
@@ -256,7 +260,7 @@ sh run_bert_pre2_4dcu.sh (需要fp16可以在相应single文件APP中增加 --
## 算法类别
## 算法类别
`
知识问答
`
`
文本理解
`
## 热点行业
## 热点行业
...
...
bert_p
e
r1_4_fp16.sh
→
bert_pr
e
1_4_fp16.sh
View file @
3d3b077a
File moved
model.properties
View file @
3d3b077a
...
@@ -3,6 +3,6 @@ modelName=Bert-PyTorch
...
@@ -3,6 +3,6 @@ modelName=Bert-PyTorch
# 模型描述
# 模型描述
modelDescription
=
BERT是一种新的基于Transformer应用于计算机视觉领域的神经网络模型,基于PyTorch实现测试
modelDescription
=
BERT是一种新的基于Transformer应用于计算机视觉领域的神经网络模型,基于PyTorch实现测试
# 应用场景
# 应用场景
appScenario
=
文本
训练
,
文本
问答
appScenario
=
训练
,
文本
理解,互联网
# 框架类型
# 框架类型
frameType
=
PyTorch
frameType
=
PyTorch
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