modelscope / ms-swift

Use PEFT or Full-parameter to finetune 300+ LLMs or 80+ MLLMs. (Qwen2, GLM4v, Internlm2.5, Yi, Llama3.1, Llava-Video, Internvl2, MiniCPM-V-2.6, Deepseek, Baichuan2, Gemma2, Phi3-Vision, ...)
https://swift.readthedocs.io/zh-cn/latest/Instruction/index.html
Apache License 2.0
3.41k stars 292 forks source link

关于agent微调数据问题 #1351

Open ccp123456789 opened 2 months ago

ccp123456789 commented 2 months ago

请问这个数据集是不是质量很差https://modelscope.cn/datasets/iic/MSAgent-Bench 比如: image

很多都是这种,tools里面没有参数,但是答案里面却有。就像这个artist,前面定义的工具里面压根没有这个参数

tastelikefeet commented 2 months ago

建议看下这两个数据集:https://modelscope.cn/datasets/iic/ms_agent 和https://modelscope.cn/datasets/iic/MSAgent-Pro 这两个在swift中是支持的:https://swift.readthedocs.io/zh-cn/latest/LLM/%E6%94%AF%E6%8C%81%E7%9A%84%E6%A8%A1%E5%9E%8B%E5%92%8C%E6%95%B0%E6%8D%AE%E9%9B%86.html

ccp123456789 commented 2 months ago

建议看下这两个数据集:https://modelscope.cn/datasets/iic/ms_agent 和https://modelscope.cn/datasets/iic/MSAgent-Pro 这两个在swift中是支持的:https://swift.readthedocs.io/zh-cn/latest/LLM/%E6%94%AF%E6%8C%81%E7%9A%84%E6%A8%A1%E5%9E%8B%E5%92%8C%E6%95%B0%E6%8D%AE%E9%9B%86.html

有针对qwen2 function call风格的数据吗? 目前来看,数据标注的function call语料都是react风格。

tastelikefeet commented 2 weeks ago

我们目前做的比较多的就是ToolBench和ReACT格式的两类,但是如果特指system字段,可以针对Qwen额外支持Agent格式