# autoCoder **Repository Path**: dawnwndd/auto-coder ## Basic Information - **Project Name**: autoCoder - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-08 - **Last Updated**: 2025-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # autoCoder #### 介绍 #### 软件架构 软件架构说明 https://huggingface.co/datasets/bigcode/the-stack https://github.com/bigcode-project/bigcode-dataset https://github.com/ConardLi/easy-dataset # 数据集 ``` [ { "instruction": "human instruction (required)", "input": "human input (optional)", "output": "model response (required)", "system": "system prompt (optional)", "history": [ ["human instruction in the first round (optional)", "model response in the first round (optional)"], ["human instruction in the second round (optional)", "model response in the second round (optional)"] ] } ] ``` 假设你有代码块 ```java A; B; C; ``` ours ``` [ { "instruction": "请你做一下代码补全工作,我将会给你java代码,请你补充?处。以下是代码:A?C", "output": "B;", }, { "instruction": "请你做一下代码补全工作,我将会给你java代码,请你补充?处。以下是代码:AB?", "output": "C;", }, { "instruction": "请你做一下代码补全工作(其他的表述),我将会给你java代码,请你补充?处。以下是代码:?BC", "output": "A;", } ] ```