Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drryanhuang/noovertime

“百度搜索·文心智能体创新大赛”技术赛道:基于多工具调用的开放域问答智能体构建
https://github.com/drryanhuang/noovertime

Last synced: 2 days ago
JSON representation

“百度搜索·文心智能体创新大赛”技术赛道:基于多工具调用的开放域问答智能体构建

Awesome Lists containing this project

README

        


- NO-OVERTIME -


noovertime

Stars Badge
Forks Badge


Pull Requests Badge
Issues Badge
GitHub contributors
License Badge

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 是构建知识库的爬虫