MetaGLM / glm-cookbook

Examples and guides for using the GLM APIs
https://open.bigmodel.cn/
Apache License 2.0
797 stars 91 forks source link

演示了通过业务系统文档生成特定问题,并构建react逻辑控制语言数据集 #8

Closed glide-the closed 8 months ago

glide-the commented 8 months ago

llama-index文档,https://docs.llamaindex.ai/en/stable/examples/finetuning/react_agent/react_agent_finetune.html

构建Agent数据集的方法react_agent_finetune.ipynb

本文件夹只提供数据集生成方案,react的微调请关注官方文档,下发是文件说明

  1. react_agent_finetune.ipynb:构建Agent数据集的方法
  2. train_questions_10q.txt:训练问题
  3. eval_questions_10q.txt:评估问题
  4. finetuning_events_10q.jsonl:训练数据
zRzRzRzRzRzRzR commented 8 months ago

文件名换成英语,中文容易报错

glide-the commented 8 months ago

数据量太大,服务提供方会节流,参考这个pr修改 https://github.com/run-llama/llama_index/pull/11816