├── README.md ├── alpaca-chinese-dataset ├── README.md ├── zh-data-part-00.json └── zh-data-part-01.json ├── finetune.py ├── generate.py ├── generate_instruction.py ├── prompt_cn.txt ├── requirements.txt ├── utils.py └── zh_seed_tasks.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/README.md -------------------------------------------------------------------------------- /alpaca-chinese-dataset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/alpaca-chinese-dataset/README.md -------------------------------------------------------------------------------- /alpaca-chinese-dataset/zh-data-part-00.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/alpaca-chinese-dataset/zh-data-part-00.json -------------------------------------------------------------------------------- /alpaca-chinese-dataset/zh-data-part-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/alpaca-chinese-dataset/zh-data-part-01.json -------------------------------------------------------------------------------- /finetune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/finetune.py -------------------------------------------------------------------------------- /generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/generate.py -------------------------------------------------------------------------------- /generate_instruction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/generate_instruction.py -------------------------------------------------------------------------------- /prompt_cn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/prompt_cn.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/utils.py -------------------------------------------------------------------------------- /zh_seed_tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/BELLE-LORA/HEAD/zh_seed_tasks.json --------------------------------------------------------------------------------