paulwong

          #

          醫療問診系統資源

          計算機畢業設計Python+Neo4j知識圖譜醫療問答系統 大模型
          https://baijiahao.baidu.com/s?id=1815574648931972744&wfr=spider&for=pc

          QABasedOnMedicaKnowledgeGraph
          https://github.com/liuhuanyong/QASystemOnMedicalKG/blob/master/README.md

          非結構文字抽取實體與關系的大模型
          底座, 百川 https://huggingface.co/baichuan-inc/Baichuan2-13B-Chat/tree/main
          底座, llama2 https://huggingface.co/unsloth/llama-2-13b
          微調->百川 https://huggingface.co/zjunlp/baichuan2-13b-iepile-lora
          微調->llama2 https://huggingface.co/zjunlp/llama2-13b-iepile-lora

          SiameseUniNLU通用自然語言理解模型
          https://www.modelscope.cn/models/iic/nlp_structbert_siamese-uninlu_chinese-base/summary

          數據集
          https://huggingface.co/datasets/zjunlp/iepile

          各種已經訓練好的模型
          https://www.modelscope.cn/models?name=zpeng1989&page=1











          posted @ 2025-03-08 20:52 paulwong 閱讀(56) | 評論 (0)編輯 收藏

          使用nlp提取非結構化數據中的信息

          @import url(http://www.aygfsteel.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css); @import url(http://www.aygfsteel.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css); 如果要從結構化的數據中提取信息,用sql即可, 即要提取的信息在select 的字段中.

          如果要從非結構化的數據中, 如純文本, 則要靠nlp, 要對文本理解后, 才能提取相應的信息.

          https://www.w3cschool.cn/article/99991254.html

          文本結構化 with SpaCy 攻略
          https://zhuanlan.zhihu.com/p/556163162
          https://zhuanlan.zhihu.com/p/557953165
          https://zhuanlan.zhihu.com/p/563334531
          https://zhuanlan.zhihu.com/p/573743734

          使用openspg自動構建醫療知識圖譜
          https://blog.csdn.net/myboyliu2007/article/details/139654943

          posted @ 2025-03-08 11:45 paulwong 閱讀(32) | 評論 (0)編輯 收藏

          AI案例資源

          @import url(http://www.aygfsteel.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
          從實踐案例介紹大模型應用經驗和思考
          https://mp.weixin.qq.com/s/hcD0-z9Y4PsrILUgHdqGcQ

          LLaMA Factory:微調DeepSeek-R1-Distill-Qwen-7B模型實現新聞標題分類器
          https://gallery.pai-ml.com/#/preview/deepLearning/nlp/llama_factory_deepseek_r1_distill_7b

          deepseek r1微調模型應用落地案例(醫療法律,PatientSeek)
          https://www.bilibili.com/video/BV17zAVevEtw/?spm_id_from=333.788.recommend_more_video.0&vd_source=35b81999db00535703a287d5c98652b1

          文本轉語音的模型ChatTTS體驗極佳,真人般絲滑和流暢,自定義也比較靈活
          https://www.bilibili.com/video/BV1oJ4m1u7B8/?spm_id_from=333.1387.upload.video_card.click&vd_source=35b81999db00535703a287d5c98652b1

          醫療NLP領域 評測/比賽,數據集,論文和預訓練模型資源匯總。
          https://github.com/FreedomIntelligence/Medical_NLP

          posted @ 2025-02-26 16:01 paulwong 閱讀(38) | 評論 (0)編輯 收藏

          滿血版Deepseek R1全網資源

          官網
          https://chat.deepseek.com

          騰訊, 需下載客戶端
          https://ima.qq.com

          阿里, 需自建對話應用, 有網頁版
          https://tbox.alipay.com/

          askmanyai
          https://askmanyai.cn

          360納米搜索, 無網頁版, 需自行下載app


          posted @ 2025-02-15 23:10 paulwong 閱讀(90) | 評論 (0)編輯 收藏

          量化資源

          GPTQ、GGUF、AWQ 大語言模型量化方法對比(轉載) 
          https://caovan.com/gptqggufawq-dayuyanmoxinglianghuafangfaduibizhuanzai/.html

          posted @ 2025-02-08 23:31 paulwong 閱讀(76) | 評論 (0)編輯 收藏

          DeepSeek背后的數學:深入研究群體相對策略優化(GRPO)

               摘要: 本博客深入探討了群體相對策略優化(GRPO)背后的數學,GRPO是推動DeepSeek卓越推理能力的核心強化學習算法。我們將分解GRPO的工作原理、其關鍵組件,以及為什么它是訓練高級大型語言模型(LLM)的改變者。 GRPO的基礎 GRPO是什么? 群相對策略優化(GRPO)是一種強化學習(RL)算法,專門用于增強大型語言模型(LLM)的推理能力。與傳統的RL方法不同,RL方法嚴重依賴外部評...  閱讀全文

          posted @ 2025-02-08 00:13 paulwong 閱讀(287) | 評論 (0)編輯 收藏

          DeepSeek資源

          DeepSeek大模型由于采用了GRPO算法, 大幅降低了顯存的需求.

          【DeepSeek】復現DeepSeek R1?快來看這個Open R1項目實踐指南~
          https://blog.csdn.net/qq_38961840/article/details/145388142

          !!!實戰LLM強化學習——使用GRPO(DeepSeek R1出圈算法)
          https://blog.csdn.net/qq_38961840/article/details/145390704

          【DeepSeek】一文詳解GRPO算法——為什么能減少大模型訓練資源?
          https://blog.csdn.net/qq_38961840/article/details/145384852

          DeepSeek R1系列
          https://blog.csdn.net/qq_38961840/category_12885087.html


          posted @ 2025-02-02 19:22 paulwong 閱讀(99) | 評論 (0)編輯 收藏

          不用再找了,這是大模型最全的面試題庫

          https://blog.csdn.net/m0_59596990/article/details/135200833

          posted @ 2025-01-22 07:42 paulwong 閱讀(39) | 評論 (0)編輯 收藏

          數據集資源

          @import url(http://www.aygfsteel.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
          https://hyper.ai/cn/datasets


          posted @ 2025-01-17 15:52 paulwong 閱讀(30) | 評論 (0)編輯 收藏

          vllm資源

          vllm是一個可以加載大模型, 推理, 量化模型, 以http api的方式暴露服務的框架.

          https://docs.vllm.ai/en/latest/getting_started/examples/basic_with_model_default_sampling.html


          posted @ 2025-01-17 13:01 paulwong 閱讀(73) | 評論 (0)編輯 收藏

          僅列出標題
          共115頁: 上一頁 1 2 3 4 5 6 7 8 9 下一頁 Last 
          主站蜘蛛池模板: 拉萨市| 河北区| 万年县| 阜康市| 宜川县| 改则县| 微山县| 韩城市| 伊通| 将乐县| 荆门市| 鸡泽县| 辽源市| 玉树县| 承德县| 仪征市| 兴化市| 滨海县| 海伦市| 新和县| 噶尔县| 凤翔县| 吴川市| 肥东县| 成安县| 泌阳县| 大丰市| 景洪市| 南京市| 泸西县| 托里县| 花垣县| 迁西县| 普定县| 娄烦县| 正蓝旗| 温州市| 新田县| 陆良县| 全州县| 田阳县|