@misc{MedicalGPT, title={MedicalGPT: Training Medical GPT Model}, author={Ming Xu}, year={2023}, howpublished={\url{https://github.com/shibing624/MedicalGPT}}, } 😍 Contribute 项目代码还很粗糙,如果大家对代码有所改进,欢迎提交回本项目,在提交之前,注意以下两点: 在tests添加相应的单元测试 ...
@misc{MedicalGPT, title={MedicalGPT: Training Medical GPT Model}, author={Ming Xu}, year={2023}, howpublished={\url{https://github.com/shibing624/MedicalGPT}}, } 项目代码还很粗糙,如果大家对代码有所改进,欢迎提交回本项目,在提交之前,注意以下两点: ...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.github data docs role_play_data README.md role_generate.py roleplay_data_generate_doubao.py roleplay_data_generate_gpt4.py seed_nurse_role.jsonl seed_patient_role.jsonl .gitignore CITATION.cff CONTRIBUTING.md DISCLAIMER LICENSE README.md ...
MedicalGPT-zh:一个基于ChatGLM的在高质量指令数据集微调的中文医疗对话语言模型. Contribute to lyhiving/MedicalGPT-zh development by creating an account on GitHub.
pip install torch==1.12.1 tokenizers==0.13.3 git+https://github.com/huggingface/transformers 1.2.2 模型信息 Model Information 继续预训练 Continual pretraining 原始数据包含英文和中文,其中英文数据来自 openwebtext、Books、Wikipedia 和 Code,中文数据来自清洗后的悟道数据集、自建的中文数据集。在对原始数据...
项目 https://github.com/shibing624/MedicalGPT 来自腾讯大佬的GitHub 服务器环境 租用autodl 镜像PyTorch 1.11.0 Python 3.8(ubuntu20.04) Cuda 11.3 更换 GPURTX 4090D(24GB) * 1升降配置 CPU15 vCPU Intel(R) Xeon(R) Platinum 8474C 内存80GB ...
本项目开源在 github repo: shibing624/textgen shibing624/MedicalGPT 使用textgen 库:textgen,可调用 LLaMA 模型: Install package: pipinstall-U textgen fromtextgen import GptModel def generate_prompt(instruction): return f"""Below is an instruction that describes a task. Write a response that ap...
.github data docs .gitignore CITATION.cff CONTRIBUTING.md DISCLAIMER LICENSE README.md README_EN.md _config.yml build_domain_tokenizer.py convert_dataset.py deepspeed_zero_stage2_config.json deepspeed_zero_stage3_config.json dpo_training.py gradio_demo.py inference.py inference_multigpu_demo.py...
本项目开源在 github repo: shibing624/textgen shibing624/MedicalGPT 使用textgen 库:textgen,可调用 LLaMA 模型: Install package: pip install -U textgen 1. 2. 3. from textgen import GptModel def generate_prompt(instruction): return f"""Below is an instruction that describes a task. Write ...