Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify docs 1129 v3 #9533

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 36 additions & 35 deletions README.md

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@

| Model | Pretrain | SFT | LoRA | Prefix Tuning | DPO/SimPO/ORPO | RLHF | Quantization | Torch convert |
|----------------------------------------|----------|-----|------|---------------|-----|------|--------------|---------------|
| [LLaMA](./config/llama) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Qwen](./config/qwen) | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | ✅ |
| [Mixtral](./config/mixtral) | ✅ | ✅ | ✅ | ❌ | ✅ | 🚧 | 🚧 | 🚧 |
| [Mistral](./config/mistral) | ❌ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | ✅ |
| [Baichuan/Baichuan2](./config/llama) | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | ✅ |
| [ChatGLM-6B](./config/chatglm) | ❌ | ✅ | ✅ | ✅ | 🚧 | 🚧 | ✅ | ❌ |
| [ChatGLM2/ChatGLM3](./config/chatglm2) | ❌ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | ✅ |
| [Bloom](./config/bloom) | ❌ | ✅ | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ |
| [GPT-3](./config/gpt-3) | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | ✅ |
| [OPT](./config/opt) | 🚧 | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | ✅ |
| [Gemma](./config/gemma) | 🚧 | ✅ |🚧 | 🚧 | ✅ | 🚧 | 🚧 | 🚧 |
| [Yuan](./config/yuan) | ✅ | ✅ |✅ | 🚧 | ✅ | 🚧 | 🚧 | 🚧 |
| [LLaMA] | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Qwen] | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | ✅ |
| [Mixtral] | ✅ | ✅ | ✅ | ❌ | ✅ | 🚧 | 🚧 | 🚧 |
| [Mistral] | ❌ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | ✅ |
| [Baichuan/Baichuan2] | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | ✅ |
| [ChatGLM-6B] | ❌ | ✅ | ✅ | ✅ | 🚧 | 🚧 | ✅ | ❌ |
| [ChatGLM2/ChatGLM3] | ❌ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | ✅ |
| [Bloom] | ❌ | ✅ | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ |
| [GPT-3] | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | ✅ |
| [OPT] | 🚧 | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | ✅ |
| [Gemma] | 🚧 | ✅ |🚧 | 🚧 | ✅ | 🚧 | 🚧 | 🚧 |
| [Yuan] | ✅ | ✅ |✅ | 🚧 | ✅ | 🚧 | 🚧 | 🚧 |


- ✅: Supported
Expand Down
15 changes: 0 additions & 15 deletions llm/config/baichuan/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions llm/config/bloom/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions llm/config/chatglm/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions llm/config/chatglm2/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions llm/config/gemma/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions llm/config/gpt-3/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions llm/config/llama/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions llm/config/mistral/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions llm/config/mixtral/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions llm/config/opt/README.md

This file was deleted.

54 changes: 0 additions & 54 deletions llm/config/qwen/README.md

This file was deleted.

83 changes: 0 additions & 83 deletions llm/config/yuan/README.md

This file was deleted.

Loading