-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[LLM] Add Aquila2 model #9692
base: develop
Are you sure you want to change the base?
[LLM] Add Aquila2 model #9692
Conversation
Signed-off-by: ftgreat <[email protected]>
Thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9692 +/- ##
===========================================
+ Coverage 52.34% 52.38% +0.04%
===========================================
Files 726 723 -3
Lines 117265 113500 -3765
===========================================
- Hits 61377 59461 -1916
+ Misses 55888 54039 -1849 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,29 @@ | |||
# Copyright (c) 2024 PaddlePaddle Authors. All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上传个小模型,写一下 model,Tokenizer的测试吧。模型加载,前向运行。Tokenizer加载,文本转id
在PaddleNLP/tests下辛苦增加一下单元测试,可参考https://github.com/PaddlePaddle/PaddleNLP/tree/develop/tests/transformers/qwen2 实现,重点验证模型初始化和运行能力。 |
PR types
New features
PR changes
Models
Description
Add Aquila2 model