Yhyu13/ToolBench_toolllama_G123_dfs
收藏Hugging Face2024-01-03 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Yhyu13/ToolBench_toolllama_G123_dfs
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
---
Dataset mentioned for ToolBench project https://github.com/OpenBMB/ToolBench
They were in the google drive data.zip https://drive.google.com/drive/folders/1yBUQ732mPu-KclJnuQELEhtKakdXFc3J
These two json are already processed by the original author. Just plugin into the ToolBnech repo deepseed arguments.
```
--data_path ./toolllama_G123_dfs_train.json \
--eval_data_path ./toolllama_G123_dfs_eval.json \
```
~~My objective is to tailer the training data to 1/100 size and used them for the LLaMA-Factory project. https://github.com/hiyouga/LLaMA-Factory~~
So that more open source models could benifit from function calling dataset.
## Edit
The objective is obtained by using another dataset instead: https://huggingface.co/datasets/Yhyu13/glaive-function-calling-v2-llama-factory-convert
It is smaller and better.
提供机构:
Yhyu13
原始信息汇总
数据集概述
数据来源
- 数据集源自ToolBench项目,原始数据存放在Google Drive的data.zip文件中。
数据格式
- 数据集包含两个已处理的JSON文件:
toolllama_G123_dfs_train.jsontoolllama_G123_dfs_eval.json
使用说明
- 这些JSON文件可直接用于ToolBnech仓库的深度学习参数配置。



