Skip to content

Commit

Permalink
update transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
mst272 committed Jul 18, 2024
1 parent 96644e3 commit b43dc1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Tips: 图片完全由AI生成
- [致谢](#-致谢)

## 📖 Latest News
- [2024-07-19] 🤓RLHF 强化学习框架新增CPO,SimPO,以及二者融合CPO-SimPO
- [2024-07-16] 🤓RLHF 强化学习框架更新完成,支持deepspeed单卡/多卡 进行强化学习lora、qlora等训练,详细可见[RLHF](./rlhf/README.md)
- [2024-06-10] 🚀增加一步一步实现Transformer技术发文(包括代码等从零介绍),可见 [技术发文](#技术发文)
- [2024-06-9] 🚀支持DPO训练,分为单轮对话DPO(自己构建,方便魔改)和多轮对话DPO(简洁实现),支持deepspeed的lora和qlora,具体介绍可见 [DPO使用说明](./train_args/dpo/README.md)
Expand Down
3 changes: 3 additions & 0 deletions llm_tricks/transformer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Transformer代码详解:从头开始实现

全部代码:https://github.com/mst272/transformer-pytorch

0 comments on commit b43dc1c

Please sign in to comment.