v1.0.7
版本发布时间: 2024-04-27 22:26:03
OpenMOSS/CoLLiE最新发布版本:v1.0.7(2024-04-27 22:26:03)
We add CollieDatasetForTemplatedMultiTurnChat
for multi-turn chat training in https://github.com/OpenMOSS/CoLLiE/pull/162 and fix some issues.
What's Changed
- add load Internlm2 with safetensors by @KaiLv69 in https://github.com/OpenMOSS/CoLLiE/pull/160
- feat(dataset): add multi-turn dataset with template by @KaiLv69 in https://github.com/OpenMOSS/CoLLiE/pull/162
- fix(adalomo): fix adalomo without zero3 by @KaiLv69 in https://github.com/OpenMOSS/CoLLiE/pull/164
- Update README.md by @xpqiu in https://github.com/OpenMOSS/CoLLiE/pull/165
- fix(trainer): fix peft config save by @KaiLv69 in https://github.com/OpenMOSS/CoLLiE/pull/166
- fix: ColliePipelineEngine has no attribute using_bf16_optimizer by @KYLN24 in https://github.com/OpenMOSS/CoLLiE/pull/168
- perf(monitor): add init mode for monitor by @KaiLv69 in https://github.com/OpenMOSS/CoLLiE/pull/170
- perf(config): set ds bs for hf models by @KaiLv69 in https://github.com/OpenMOSS/CoLLiE/pull/175
- fix:CollieDatasetForTraining class not support list when loading data by @Zhyw0 in https://github.com/OpenMOSS/CoLLiE/pull/173
- Add an example for chat fine-tuning by @KYLN24 in https://github.com/OpenMOSS/CoLLiE/pull/169
- refactor(example): refactor examples by @KaiLv69 in https://github.com/OpenMOSS/CoLLiE/pull/176
New Contributors
- @Zhyw0 made their first contribution in https://github.com/OpenMOSS/CoLLiE/pull/173
Full Changelog: https://github.com/OpenMOSS/CoLLiE/compare/v1.0.6...v1.0.7