{"id":19054692,"url":"https://github.com/ssbuild/skywork_finetuning","last_synced_at":"2025-11-11T18:05:34.829Z","repository":{"id":204751110,"uuid":"712044346","full_name":"ssbuild/skywork_finetuning","owner":"ssbuild","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-03T06:55:18.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-02T11:11:41.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssbuild.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-30T17:19:43.000Z","updated_at":"2023-10-31T18:44:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cdd1cbb-f021-4a73-979b-6dfb02d1bbaf","html_url":"https://github.com/ssbuild/skywork_finetuning","commit_stats":null,"previous_names":["ssbuild/skywork_finetuning"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbuild%2Fskywork_finetuning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbuild%2Fskywork_finetuning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbuild%2Fskywork_finetuning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbuild%2Fskywork_finetuning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssbuild","download_url":"https://codeload.github.com/ssbuild/skywork_finetuning/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240110295,"owners_count":19749274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T23:39:22.250Z","updated_at":"2025-11-11T18:05:34.751Z","avatar_url":"https://github.com/ssbuild.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```text\r\n    11-01 initial skywork\r\n```\r\n   \r\n## update information\r\n   - [deep_training](https://github.com/ssbuild/deep_training)\r\n\r\n## install\r\n  - pip install -U -r requirements.txt\r\n  - 如果无法安装， 可以切换官方源 pip install -i https://pypi.org/simple -U -r requirements.txt\r\n\r\n\r\n\r\n## weigtht select one is suitable for you\r\n支持且不限于以下权重    \r\n- [Skywork-13B-base](https://huggingface.co/Skywork/Skywork-13B-base)\r\n\r\n\r\n## data sample\r\n   open_data https://github.com/ssbuild/open_data\r\n   \r\n单条数据示例\r\n```text\r\np prefix  optional\r\nq question optional\r\na answer   must\r\n\r\n```\r\n\r\n```json\r\n {\r\n    \"id\": 0, \r\n    \"p\": \"我是qwen训练的模型\",\r\n    \"paragraph\": [\r\n        {\r\n           \"q\": \"你好\",\r\n           \"a\": \"我是机器人，有什么可以帮助你的？\"\r\n        },\r\n         {\r\n             \"q\": \"从南京到上海的路线\",\r\n             \"a\":  \"你好，南京到上海的路线如下：1. 南京到上海，可以乘坐南京地铁1号线，在南京站乘坐轨道交通1号线。2. 南京到浦东机场，可以搭乘上海地铁1号，在陆家嘴站乘坐地铁1线，在浦东国际机场站乘坐机场快线，前往上海浦东国际机场。3. 上海到南京，可以换乘上海地铁2号线，从南京站换乘地铁2线，再从南京南站换乘地铁1路，然后到达上海站\"\r\n         }\r\n     ]\r\n }\r\n\r\n```\r\n\r\n或者\r\n\r\n```json\r\n {\r\n    \"id\": 0,\r\n    \"conversations\": [\r\n      {\r\n        \"from\": \"system\",\r\n        \"value\": \"我是qwen训练的模型\"\r\n      },\r\n      {\r\n        \"from\": \"user\",\r\n        \"value\": \"你好\"\r\n      },\r\n      {\r\n        \"from\": \"assistant\",\r\n        \"value\": \"我是机器人，有什么可以帮助你的？\"\r\n      },\r\n      {\r\n        \"from\": \"user\",\r\n        \"value\": \"从南京到上海的路线\"\r\n      },\r\n      {\r\n        \"from\": \"assistant\",\r\n        \"value\": \"你好，南京到上海的路线如下：1. 南京到上海，可以乘坐南京地铁1号线，在南京站乘坐轨道交通1号线。2. 南京到浦东机场，可以搭乘上海地铁1号，在陆家嘴站乘坐地铁1线，在浦东国际机场站乘坐机场快线，前往上海浦东国际机场。3. 上海到南京，可以换乘上海地铁2号线，从南京站换乘地铁2线，再从南京南站换乘地铁1路，然后到达上海站\"\r\n      }\r\n     ]\r\n }\r\n```\r\n\r\n\r\n## infer\r\n    # infer_finetuning.py 推理微调模型\r\n    # infer_lora_finetuning.py 推理微调模型\r\n    # infer_ptuning.py 推理p-tuning-v2微调模型\r\n     python infer_finetuning.py\r\n\r\n\r\n\r\n## training\r\n```text\r\n    # 制作数据\r\n    cd scripts\r\n    bash train_full.sh -m dataset \r\n    or\r\n    bash train_lora.sh -m dataset \r\n    or\r\n    bash train_ptv2.sh -m dataset \r\n    \r\n    注: num_process_worker 为多进程制作数据 ， 如果数据量较大 ， 适当调大至cpu数量\r\n    dataHelper.make_dataset_with_args(data_args.train_file,mixed_data=False, shuffle=True,mode='train',num_process_worker=0)\r\n    \r\n    # 全参数训练 \r\n        bash train_full.sh -m train\r\n        \r\n    # lora adalora ia3 \r\n        bash train_lora.sh -m train\r\n        \r\n    # ptv2\r\n        bash train_ptv2.sh -m train\r\n```\r\n   \r\n## 训练参数\r\n[训练参数](args.MD)\r\n\r\n## 友情链接\r\n\r\n- [pytorch-task-example](https://github.com/ssbuild/pytorch-task-example)\r\n- [tf-task-example](https://github.com/ssbuild/tf-task-example)\r\n- [chatmoss_finetuning](https://github.com/ssbuild/chatmoss_finetuning)\r\n- [chatglm_finetuning](https://github.com/ssbuild/chatglm_finetuning)\r\n- [chatglm2_finetuning](https://github.com/ssbuild/chatglm2_finetuning)\r\n- [chatglm3_finetuning](https://github.com/ssbuild/chatglm3_finetuning)\r\n- [t5_finetuning](https://github.com/ssbuild/t5_finetuning)\r\n- [llm_finetuning](https://github.com/ssbuild/llm_finetuning)\r\n- [llm_rlhf](https://github.com/ssbuild/llm_rlhf)\r\n- [chatglm_rlhf](https://github.com/ssbuild/chatglm_rlhf)\r\n- [t5_rlhf](https://github.com/ssbuild/t5_rlhf)\r\n- [rwkv_finetuning](https://github.com/ssbuild/rwkv_finetuning)\r\n- [baichuan_finetuning](https://github.com/ssbuild/baichuan_finetuning)\r\n\r\n## \r\n    纯粹而干净的代码\r\n\r\n## Star History\r\n\r\n[![Star History Chart](https://api.star-history.com/svg?repos=ssbuild/sky_finetuning\u0026type=Date)](https://star-history.com/#ssbuild/sky_finetuning\u0026Date)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbuild%2Fskywork_finetuning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssbuild%2Fskywork_finetuning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbuild%2Fskywork_finetuning/lists"}