json-training
收藏资源简介:
该数据集旨在为微调小型但功能强大的模型(如Qwen2 0.5B和SmolLM 135M/360M)提供支持,这些模型在处理JSON格式的结构化数据生成任务时表现不佳。数据集包含`query`、`schema`和`response`三个字段,分别代表用户查询的纯文本、期望的输出JSON模式和符合该模式的LLM响应示例。数据集是通过大型LLM(如Llama 3.1 8B和Claude 3.5 Sonnet)合成生成的,并将定期更新新数据。
This dataset is designed to support the fine-tuning of small yet powerful models (e.g., Qwen2 0.5B and SmolLM 135M/360M), which underperform when tasked with generating structured data in JSON format. The dataset contains three fields: `query`, `schema`, and `response`, which respectively denote the plain text of a user query, the desired output JSON schema, and example LLM responses that conform to this schema. This dataset is synthetically generated using large LLMs (e.g., Llama 3.1 8B and Claude 3.5 Sonnet) and will be regularly updated with new data.
JSON Training Data
数据集概述
该数据集旨在为小型但功能强大的模型(如Qwen2 0.5B和SmolLM 135M/360M)提供微调数据,特别是在JSON结构化数据生成方面。这些模型在处理JSON输出时表现不佳,因此需要专门的数据集进行微调。
数据收集
数据完全由大型语言模型(LLMs)合成生成,主要使用Llama 3.1 8B生成,并由Claude 3.5 Sonnet贡献约2000个示例。
数据字段
数据集包含以下字段:
query:用户的纯文本查询,无结构化组件。schema:期望的输出JSON模式。response:符合schema的LLM对query的示例响应。
用户可以根据需要将这些字段转换为任何格式进行微调,例如将模式放入系统提示中,或将模式注入用户消息中。




