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_migraphx
Commits
501e81d6
Commit
501e81d6
authored
Oct 17, 2023
by
liucong
Browse files
修改readme
parent
3a34c76d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
README.md
README.md
+12
-2
model.properties
model.properties
+5
-3
No files found.
README.md
View file @
501e81d6
...
...
@@ -23,10 +23,10 @@ BERT的全称为Bidirectional Encoder Representation from Transformers,是一
拉取镜像:
```
plaintext
docker pull
sugonhub
/migraphx:
3.2.1
-centos7.6-dtk
-
23.04.1-py38
docker pull
image.sourcefind.cn:5000/dcu/admin/base
/migraphx:
4.0.0
-centos7.6-dtk23.04.1-py38
-latest
```
创建并启动容器
,安装相关依赖
:
创建并启动容器:
```
plaintext
docker run --shm-size 16g --network=host --name=bert_migraphx --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/bert_migraphx:/home/bert_migraphx -it <Your Image ID> /bin/bash
...
...
@@ -134,6 +134,16 @@ question:What is ROCm built for?
answer:scale
```
## 应用场景
### 算法类别
`对话问答`
### 热点应用行业
`政府`
,
`科研`
,
`金融`
,
`教育`
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/bert_migraphx
...
...
model.properties
View file @
501e81d6
# 模型唯一标识
modelCode
=
216
# 模型名称
modelName
=
B
ert_
MIG
raph
X
modelName
=
b
ert_
mig
raph
x
# 模型描述
modelDescription
=
Bert是一种预训练的语言表征模型。
# 应用场景
appScenario
=
推理,NLP
appScenario
=
推理,NLP
,对话问答
# 框架类型
frameType
=
MIGraphX
\ No newline at end of file
frameType
=
migraphx
\ No newline at end of file
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