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
XrayGLM_pytorch
Commits
c14710ee
Commit
c14710ee
authored
Oct 16, 2024
by
wangsen
Browse files
add license
parent
9409d26f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
20 deletions
+28
-20
README.md
README.md
+18
-20
model.properties
model.properties
+10
-0
No files found.
README.md
View file @
c14710ee
...
@@ -14,8 +14,6 @@
...
@@ -14,8 +14,6 @@


# 环境配置
# 环境配置
Docker(方式一)
Docker(方式一)
推荐使用docker方式运行,提供拉取的docker镜像:
推荐使用docker方式运行,提供拉取的docker镜像:
...
@@ -70,20 +68,23 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trus
...
@@ -70,20 +68,23 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trus
# 数据集
# 数据集
```
暂无
# 训练
```
暂无
#
测试
#
推理
## 模型推理
## 模型
需下载模型 xrayGLM-300和visualglm-6b模型
-
[
checkpoints-XrayGLM-300
](
https://huggingface.co/wangrongsheng/XrayGLM-300/tree/main
)
-
[
checkpoints-XrayGLM-300
](
https://huggingface.co/wangrongsheng/XrayGLM-300/tree/main
)
-
[
visualglm-6b
](
http://113.200.138.88:18080/aimodels/visualglm-6b
)
-
[
visualglm-6b
](
http://113.200.138.88:18080/aimodels/visualglm-6b
)
## cli推理
## cli推理
根据需要修改预训练模型以及cli_demo.py中48行visualglm-6b模型的位置
根据需要修改预训练模型以及cli_demo.py中48行visualglm-6b模型的位置
```
```
...
@@ -93,36 +94,33 @@ python cli_demo.py --from_pretrained checkpoints/checkpoints-XrayGLM-300 --promp
...
@@ -93,36 +94,33 @@ python cli_demo.py --from_pretrained checkpoints/checkpoints-XrayGLM-300 --promp
## 精度
## 精度


# 应用场景
# 算法类别
NLP
医学 科研 胸片
## 应用场景
# 热点应用行业
科研
## 热点应用行业
科研 医
院
科研 医
疗 教育
# 源码仓库及问题反馈
# 源码仓库及问题反馈
```
```
http://developer.sourcefind.cn/codes/modelzoo/xrayglm.git
# 参考资料
# 参考资料
```
https://github.com/WangRongsheng/XrayGLM.git
https://github.com/WangRongsheng/XrayGLM.git
```
...
...
model.properties
0 → 100644
View file @
c14710ee
# 模型唯一标识
modelCode
=
1043
# 模型名称
modelName
=
XrayGLM_pytorch
# 模型描述
modelDescription
=
基于pytorch的higashi
# 应用场景
appScenario
=
医疗,教育,科研
# 框架类型
frameType
=
Pytorch
\ 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