Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drryanhuang/noovertime
“百度搜索·文心智能体创新大赛”技术赛道:基于多工具调用的开放域问答智能体构建
https://github.com/drryanhuang/noovertime
Last synced: 2 days ago
JSON representation
“百度搜索·文心智能体创新大赛”技术赛道:基于多工具调用的开放域问答智能体构建
- Host: GitHub
- URL: https://github.com/drryanhuang/noovertime
- Owner: DrRyanHuang
- License: gpl-3.0
- Created: 2024-09-21T05:17:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T02:38:31.000Z (2 months ago)
- Last Synced: 2024-11-25T06:58:59.701Z (2 months ago)
- Language: Python
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
1. inference.py 是推理的入口,inference.sh 则对此做了参数的封装。python 的执行需要严格仿照 inference.sh 中所给出的范式。
2. api_list.json 是全部的API工具,已转成标准的API格式,其中 "paths" 字段用于访问 API。
3. model 文件是本次大赛的参考 retrieval model,用于检索用户 query 对应的 APIs。
4. dataset.json 是本次的赛题数据集,选手们可以基于赛题和api_list,构建自己的数据集训练一个 retrieval model。
5. spyder.py 是构建知识库的爬虫