Commit c14710ee authored by wangsen's avatar wangsen
Browse files

add license

parent 9409d26f
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
![Alt text](./images/image1.png) ![Alt text](./images/image1.png)
# 环境配置 # 环境配置
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
## 精度 ## 精度
![Alt text](./images/image3.png)
![Alt text](./images/image3.png)
# 应用场景 # 算法类别
NLP
医学 科研 胸片
## 应用场景
# 热点应用行业 科研
## 热点应用行业
科研 医 科研 医疗 教育
# 源码仓库及问题反馈 # 源码仓库及问题反馈
```
``` http://developer.sourcefind.cn/codes/modelzoo/xrayglm.git
# 参考资料 # 参考资料
```
https://github.com/WangRongsheng/XrayGLM.git https://github.com/WangRongsheng/XrayGLM.git
```
......
# 模型唯一标识
modelCode=1043
# 模型名称
modelName=XrayGLM_pytorch
# 模型描述
modelDescription=基于pytorch的higashi
# 应用场景
appScenario=医疗,教育,科研
# 框架类型
frameType=Pytorch
\ No newline at end of file
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