Skip to content

Commit bbd3af6

Browse files
committed
[Models] Add llama3.1 (PaddlePaddle#8824)
1 parent 433e547 commit bbd3af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

β€ŽREADME.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Unified Checkpoint ε€§ζ¨‘εž‹ε­˜ε‚¨ζ ΌεΌεœ¨ζ¨‘εž‹ε‚ζ•°εˆ†εΈƒδΈŠζ”―ζŒεŠ¨ζ€ζ‰©
7272
| [LLaMA](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/llm/config/llama) | facebook/llama-7b, facebook/llama-13b, facebook/llama-30b, facebook/llama-65b |
7373
| [LLama2](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/llm/config/llama) | meta-llama/Llama-2-7b, meta-llama/Llama-2-7b-chat, meta-llama/Llama-2-13b, meta-llama/Llama-2-13b-chat, meta-llama/Llama-2-70b, meta-llama/Llama-2-70b-chat |
7474
| [LLama3](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/llm/config/llama) | meta-llama/Meta-Llama-3-8B, meta-llama/Meta-Llama-3-8B-Instruct, meta-llama/Meta-Llama-3-70B, meta-llama/Meta-Llama-3-70B-Instruct |
75+
| [LLama3.1](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/llm/config/llama) | meta-llama/Meta-Llama-3.1-8B, meta-llama/Meta-Llama-3.1-8B-Instruct, meta-llama/Meta-Llama-3.1-70B, meta-llama/Meta-Llama-3.1-70B-Instruct, meta-llama/Meta-Llama-3.1-405B, meta-llama/Meta-Llama-3.1-405B-Instruct, meta-llama/Llama-Guard-3-8B |
7576
| [Baichuan](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/llm/config/baichuan) | baichuan-inc/Baichuan-7B, baichuan-inc/Baichuan-13B-Base, baichuan-inc/Baichuan-13B-Chat |
7677
| [Baichuan2](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/llm/config/baichuan) | baichuan-inc/Baichuan2-7B-Base, baichuan-inc/Baichuan2-7B-Chat, baichuan-inc/Baichuan2-13B-Base, baichuan-inc/Baichuan2-13B-Chat |
7778
| [Bloom](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/llm/config/bloom) | bigscience/bloom-560m, bigscience/bloom-560m-bf16, bigscience/bloom-1b1, bigscience/bloom-3b, bigscience/bloom-7b1, bigscience/bloomz-560m, bigscience/bloomz-1b1, bigscience/bloomz-3b, bigscience/bloomz-7b1-mt, bigscience/bloomz-7b1-p3, bigscience/bloomz-7b1, bellegroup/belle-7b-2m |
@@ -95,6 +96,7 @@ Unified Checkpoint ε€§ζ¨‘εž‹ε­˜ε‚¨ζ ΌεΌεœ¨ζ¨‘εž‹ε‚ζ•°εˆ†εΈƒδΈŠζ”―ζŒεŠ¨ζ€ζ‰©
9596
| Llama | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
9697
| Llama2 | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
9798
| Llama3 | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
99+
| Llama3.1 | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
98100
| Qwen | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
99101
| Qwen1.5 | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
100102
| Qwen2 | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |

0 commit comments

Comments
Β (0)