@@ -33,8 +33,11 @@ Key features:
3333
34341 . supported sft method: [ lora] ( https://arxiv.org/abs/2106.09685 ) , [ qlora] ( https://arxiv.org/abs/2305.14314 ) , full(full parameter fine tuning), ...
35352 . supported models: qwen-7b, [ qwen-7b-chat] ( https://github.com/QwenLM/Qwen-7B ) , qwen-vl, [ qwen-vl-chat] ( https://github.com/QwenLM/Qwen-VL ) , baichuan-7b, baichuan-13b, baichuan-13b-chat, chatglm2-6b, chatglm2-6b-32k, llama2-7b, llama2-7b-chat, llama2-13b, llama2-13b-chat, llama2-70b, llama2-70b-chat, openbuddy-llama2-13b, openbuddy-llama-65b, polylm-13b
36- 3 . supported feature: quantization, ddp, model parallelism(device map), gradient checkpoint, gradient accumulation steps, push to modelscope hub, custom datasets, ...
37- 4 . supported datasets: alpaca-en(gpt4), alpaca-zh(gpt4), finance-en, multi-alpaca-all, code-en, instinwild-en, instinwild-zh, cot-en, cot-zh, coco-en
36+ 3 . supported feature: quantization, ddp, model parallelism(device map), gradient checkpoint, gradient accumulation steps, push to modelscope hub, custom datasets, multimodal and agent sft, mutli-round chat, ...
37+ 4 . supported datasets:
38+ 1 . nlp: alpaca-en(gpt4), alpaca-zh(gpt4), finance-en, multi-alpaca-all, code-en, instinwild-en, instinwild-zh, cot-en, cot-zh, firefly-all-zh, poetry-zh
39+ 2 . agent: damo-agent-zh, damo-agent-mini-zh
40+ 3 . multi-modal: coco-en
38415 . supported templates: chatml(qwen), baichuan, chatglm2, llama, openbuddy_llama, default
3942
4043# Installation
0 commit comments