基于Qwen2+SFT+DPO的医疗问答系统,项目中使用了自定义的 SFTTrainer/DPOTrainer/TRPOTrainer用于训练,其次,项目还调用各种知识库工具(neo4j, milvus, LDA, 等)进行自动化训练数据生成。另外,使用 vllm 用于推理和部署训好的模型, 该模型会通过 vllm API 来接入一个基于 embedder + Reranker 的 RAG 系统。另外还参考 MDAgents 论文实现了一个多智能体会诊系统,同样也支持 vllm api 接入。
☆88Apr 29, 2026Updated 3 months ago
Alternatives and similar repositories for Chinese-MedQA-Qwen2
Users that are interested in Chinese-MedQA-Qwen2 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A travel agent based on Qwen2.5, fine-tuned by SFT + DPO/PPO/GRPO using traveling question-answer dataset, a mindmap can be output using …☆81Jul 6, 2026Updated last month
- 基于PaddleNLP的对话意图识别☆10Apr 11, 2023Updated 3 years ago
- 在千问最新的多模态image-text模型Qwen3-VL-4B-Instruct 进行多种lora微调对比效果,通过langchain+RAG+多智能体(Multi-Agent)进行部署☆56Dec 14, 2025Updated 8 months ago
- 超简单使用监督微调SFT和强化学习RL去训练领域Agent☆34Oct 20, 2025Updated 10 months ago
- 从零预训练LLM、SFT、RLHF、DPO笔记整理+面试问题☆21Sep 2, 2024Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 基于LangGraph实现的智能体医疗辅助诊断系统,实现了**症状分析→检查建议→诊断推理→治疗方案**的全流程自动化。☆20Aug 10, 2025Updated last year
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,412May 29, 2026Updated 2 months ago
- 搜索、推荐、广告、用增等工业界实践文章收集☆24Apr 15, 2023Updated 3 years ago
- ☆95May 4, 2026Updated 3 months ago
- [2025 福州大学软件工程满绩] 基于 LLM 智能体的医疗预诊系统 (Vue3 + FastAPI + MariaDB)☆24Apr 20, 2026Updated 4 months ago
- ☆41Nov 16, 2025Updated 9 months ago
- MedicalGPT: Training Your Own Medical GPT Model with ChatGPT Training Pipeline. 训练医疗大模型,实现了包括增量预训练(PT)、有监督微调(SFT)、RLHF、DPO、ORPO、GRPO。☆5,736Jun 3, 2026Updated 2 months ago
- 本项目提供一个从零开始构建多模态大模型(MLLM)的完整实践路径,使用纯 PyTorch 手写 Transformer、Vision Transformer 和 GPT-style LLM,并通过 Connector 融合成可“看图说话”的多模态模型。同时,项目支持基于 S…☆30May 12, 2026Updated 3 months ago
- ☆273Jul 16, 2026Updated last month
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- A Graph RAG System for Evidenced-based Medical Information Retrieval [ACL 2025]☆823Oct 18, 2025Updated 10 months ago
- 🏥 从零基础到面试通关:20节课彻底搞懂MedicalGPT医疗大模型训练全流程 | PT/SFT/LoRA/RLHF/DPO/GRPO | 100+面试高频考点☆211Apr 1, 2026Updated 4 months ago
- 基于深度学习的中医多模态诊断系统,通过分析舌象、面象和红外胸部图像来预测体质得分。☆16Jul 15, 2025Updated last year
- 五星大厨:全面Multi-Agent 的客服机器人,基于langraph实现,txt2sql ,txt2cypher, lightrag, 多模态 等☆389Jun 24, 2026Updated 2 months ago
- JoinAI是一个开源仓库,专注于算法工程能力的培养,包括工程和数学原理的整理☆11Apr 20, 2025Updated last year
- ☆36Apr 3, 2026Updated 4 months ago
- Museum-AI 是一个面向博物馆工作者和文物研究人员的智能知识 管理与对话系统。项目基于多模态知识库架构(LangGraph + LangChain),通过向量检索、知识图谱和智能体技术,帮助用户高效管理文物知识、构建专业知识库,并进行智能问答。Museum-AI 支持 …☆21May 23, 2026Updated 3 months ago
- 🎉 Repo For My Undergrad Final Year Project "Course Q&A System Based on Fusion of Large Language Models(LLMs) With Knowledge Graphs"☆12Mar 7, 2024Updated 2 years ago
- 用于生成华南理工大学计算机专业校内实习日志,Release 里有打包好的二进制文件,开箱即用!☆14Nov 5, 2020Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 一个常驻桌面的 AI 小伙伴。悬浮球形态,轻量不打扰,支持对话、文件处理与轻记录,具备 Agent Loop 与按天记忆能力。Electron + TypeScript 构建,支持 macOS & Windows。☆33Apr 27, 2026Updated 3 months ago
- 基于 Qwen/Qwen3-0.6B 的医疗问答微调与推理示例项目,记录健康数据、生成建议与报告☆16Sep 30, 2025Updated 10 months ago
- 📑MLCE-为大模型医学水平测试而总结的中文医学考试数据集☆28Jul 7, 2024Updated 2 years ago
- Code for "Harnessing Textual Semantic Priors for Knowledge Transfer and Refinement in CLIP-Driven Continual Learning" (AAAI-2026 poster)☆16Mar 13, 2026Updated 5 months ago
- ☆23Jan 16, 2024Updated 2 years ago
- FastTrack4LLM 是一个为大模型学习者准备的大模型学习与实践框架,帮助他们轻松掌握大模型的核心原理与训练流程,让每个人都能真正理解大模型的内部机制。本项目不仅完整复现了 LLaMA、Qwen、DeepSeek 等主流开源大模型架构,还覆盖了大模型的全生命周期:To…☆31Nov 6, 2025Updated 9 months ago
- 本项目实现了一个基于多智能体(Multi-Agent)和检索增强生成(Retrieval-Augmented Generation, RAG)技术的客户支持系统。它利用 Python、LangChain 和 LangGraph 构建了一个能够处理各种旅行相关查询的对话式 A…☆301Jul 10, 2026Updated last month
- ☆21Jun 5, 2024Updated 2 years ago
- [原理解析] 大模型基本功(手撕Transformer模型、手撕PPO、GRPO、DPO训练器)☆30Jul 8, 2025Updated last year
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 简单易理解的代码,用于在qwen上使用grpo加强数学能力☆59May 14, 2025Updated last year
- three.js+vue 3D建筑☆10Jan 7, 2023Updated 3 years ago
- 此仓库是我们小组在《计算机游戏开发》课程(深圳大学)的大作业,是一个模仿《slay the spire》的卡牌游戏☆10Jun 28, 2019Updated 7 years ago
- ☆19Jun 6, 2025Updated last year
- 项目描述:构建⼀个能够⾃动撰写多模态呈现、具备专业性和深度、数据融合与事实溯源、规范 有逻辑的各类⾦融研报的智能 Agent 系统。 主要负责:根据赛题思路,对目标公司生成金融研报,通过 LLM 获取目标公司的竞争对手,用 akshare 获取数 据源的的三大报表数据…☆74Aug 1, 2025Updated last year
- 本平台旨在为用户提供精准、可靠、个性化的健康服务,通过整合多种AI Agent(医学诊断、健康管家、客户服务、运营分析),利用最新的LLM技术与医疗知识图谱,构建智能医疗咨询系统。☆53Updated this week
- 基于MCP协议和LangChain框架实现的企业级AI多Agent多模态系统,包含RAG技术增强的知识检索能力。☆44Mar 10, 2025Updated last year