Skip to content

v1.4.0

Compare
Choose a tag to compare
@Jintao-Huang Jintao-Huang released this 08 Dec 03:09
· 598 commits to main since this release

English Version

New features:

  1. Support for self-awareness fine-tuning.
  2. Support for fine-tuning and inference of the AnimateDiff model in the AIGC direction.
  3. Support for flash attention in more models: qwen series, qwen-vl series, llama series, openbuddy series, mistral series, yi series, ziya series, using the use_flash_attn parameter.
  4. Support for multiple loras to take effect simultaneously.

New tuners:

  1. NEFTune
  2. ROME supports more models: chatglm

New models:

  1. AnimateDiff
  2. zephyr-7b-beta-chat, openbuddy-zephyr-7b-chat
  3. qwen-1_8b, qwen-1_8b-chat, qwen-1_8b-chat-int4, qwen-1_8b-chat-int8
  4. qwen-72b, qwen-72b-chat, qwen-72b-chat-int4, qwen-72b-chat-int8
  5. qwen-audio, qwen-audio-chat
  6. yi-34b-chat, codefuse-codellama-34b-chat
  7. tongyi-finance-14b, tongyi-finance-14b-chat, tongyi-finance-14b-chat-int4
  8. bluelm-7b, bluelm-7b-chat, bluelm-7b-32k, bluelm-7b-chat-32k

New datasets:

  1. hc3-zh, hc3-en
  2. codefuse-python-en, codefuse-eval-instruction-zh
  3. aishell1-zh, aishell1-mini-zh

中文版

新特性:

  1. 支持自我认知微调.
  2. 支持AIGC方向的AnimateDiff模型的微调与推理.
  3. 支持更多模型的flash attention: qwen series, qwen-vl series, llama series, openbuddy series, mistral series, yi series, ziya series. 使用use_flash_attn参数.
  4. 支持多个lora同时生效

新tuners:

  1. NEFTune
  2. ROME支持更多模型: chatglm

新模型:

  1. AnimateDiff
  2. zephyr-7b-beta-chat, openbuddy-zephyr-7b-chat
  3. qwen-1_8b, qwen-1_8b-chat, qwen-1_8b-chat-int4, qwen-1_8b-chat-int8
  4. qwen-72b, qwen-72b-chat, qwen-72b-chat-int4, qwen-72b-chat-int8
  5. qwen-audio, qwen-audio-chat
  6. yi-34b-chat, codefuse-codellama-34b-chat
  7. tongyi-finance-14b, tongyi-finance-14b-chat, tongyi-finance-14b-chat-int4
  8. bluelm-7b, bluelm-7b-chat, bluelm-7b-32k, bluelm-7b-chat-32k

新数据集:

  1. hc3-zh, hc3-en
  2. codefuse-python-en, codefuse-eval-instruction-zh
  3. aishell1-zh, aishell1-mini-zh

What's Changed

Full Changelog: v1.3.0...v1.4.0