XrayGLM icon indicating copy to clipboard operation
XrayGLM copied to clipboard

🩺 首个会看胸部X光片的中文多模态医学大模型 | The first Chinese Medical Multimodal Model that Chest Radiographs Summarization.

Results 26 XrayGLM issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "web_demo.py", line 154, in main(args) File "web_demo.py", line 90, in main model, model_args = AutoModel.from_pretrained( File "/root/miniconda3/lib/python3.8/site-packages/sat/model/base_model.py", line 275, in from_pretrained load_checkpoint(model, args, load_path=model_path,...

请问是如何保证训练的垂直行业大模型仍然具有较强的广泛知识问答能力(多轮对话)的 如下图所示的效果: ![image](https://github.com/WangRongsheng/XrayGLM/assets/37207093/879d0c87-9672-4e81-91b0-53c575ac1caa) 数据格式如下图: ![image](https://github.com/WangRongsheng/XrayGLM/assets/37207093/84cb85cf-45bc-4204-8e41-34d2cd5e596f) ![image](https://github.com/WangRongsheng/XrayGLM/assets/37207093/d67e2c72-8516-49e4-b0e4-01547f1e880a) prompt问题如何设计? label答案描述内容也要具备丰富性吗? 如何设计多轮对话? 谢谢

[ERROR] [launch.py:322:sigkill_handler]

[CogVLM](https://github.com/THUDM/CogVLM)

![image](https://github.com/WangRongsheng/XrayGLM/assets/40156579/ce23babc-0852-4d0c-95be-56cc0f487d28) 参考https://github.com/THUDM/VisualGLM-6B/issues/218的建议,仍然如标题报错,请问大佬有什么解决方案吗?

![image](https://github.com/WangRongsheng/XrayGLM/assets/64970397/51a5f0d8-007d-46c8-8a62-2e778acca74c)

大佬您好,我在用咱们提供的openi数据集对VisualGLM进行微调之后,检测模型的推理能力的时候,出现以下情况 ![c413986eb8372045aa10b401b63884c](https://github.com/WangRongsheng/XrayGLM/assets/56297762/bfe49936-70e1-4af4-ad4f-de50ba636312) 是不是过拟合太严重了,以下是我的微调参数 ``` #! /bin/bash NUM_WORKERS=1 NUM_GPUS_PER_WORKER=4 MP_SIZE=1 script_path=$(realpath $0) script_dir=$(dirname $script_path) main_dir=$(dirname $script_dir) MODEL_TYPE="visualglm-6b" MODEL_ARGS="--max_source_length 64 \ --max_target_length 256 \ --lora_rank 10 \ --pre_seq_len 4" # OPTIONS_SAT="SAT_HOME=$1" #"SAT_HOME=/raid/dm/sat_models"...

Traceback (most recent call last): File "/root/VisualGLM-6B/finetune_XrayGLM.py", line 194, in training_main(args, model_cls=model, forward_step_function=forward_step, create_dataset_function=create_dataset_function, collate_fn=data_collator) File "/root/miniconda3/lib/python3.10/site-packages/sat/training/deepspeed_training.py", line 67, in training_main train_data, val_data, test_data = make_loaders(args, hooks['create_dataset_function'], collate_fn=collate_fn) File "/root/miniconda3/lib/python3.10/site-packages/sat/data_utils/configure_data.py",...

![image](https://github.com/WangRongsheng/XrayGLM/assets/64970397/db9afc1f-550f-4312-8a46-75747089a45f)