https://github.com/infinigence/InfiniWebSearch
A demo built on Megrez-3B-Instruct, integrating a web search tool to enhance the model's question-and-answer capabilities.
https://github.com/infinigence/InfiniWebSearch
Last synced: about 2 months ago
JSON representation
A demo built on Megrez-3B-Instruct, integrating a web search tool to enhance the model's question-and-answer capabilities.
- Host: GitHub
- URL: https://github.com/infinigence/InfiniWebSearch
- Owner: infinigence
- License: apache-2.0
- Created: 2024-09-18T09:22:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T07:13:26.000Z (5 months ago)
- Last Synced: 2024-12-14T08:19:16.421Z (5 months ago)
- Language: Python
- Size: 703 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
- StarryDivineSky - infinigence/InfiniWebSearch - 3B-Instruct 模型构建的演示应用,它集成了网络搜索工具,旨在提升模型的问答能力。核心特色在于利用网络搜索来增强模型的信息获取,从而提供更准确、更全面的答案。该项目的工作原理是,当用户提出问题时,模型会先尝试理解问题,然后利用网络搜索工具检索相关信息,最后将检索到的信息与模型自身的知识相结合,生成最终的回答。这使得模型能够回答那些需要实时信息或超出其训练数据范围的问题。项目代码结构清晰,易于理解和使用,适合对大型语言模型和网络搜索技术感兴趣的开发者学习和参考。该项目展示了如何通过结合外部工具来扩展大型语言模型的能力,为构建更强大的智能应用提供了思路。 (A01_文本生成_文本对话 / 大语言对话模型及数据)