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

[LLM] support Qwen2 #8338

Merged
merged 51 commits into from
Jun 11, 2024

update readme

48ae2ab
Select commit
Loading
Failed to load commit list.
Merged

[LLM] support Qwen2 #8338

update readme
48ae2ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 11, 2024 in 0s

54.42% (target 58.00%)

View this Pull Request on Codecov

54.42% (target 58.00%)

Details

Codecov Report

Attention: Patch coverage is 40.33276% with 1040 lines in your changes missing coverage. Please review.

Project coverage is 54.42%. Comparing base (909be01) to head (48ae2ab).

Files Patch % Lines
paddlenlp/transformers/qwen2/modeling.py 14.41% 588 Missing ⚠️
paddlenlp/transformers/qwen2_moe/modeling.py 72.29% 197 Missing ⚠️
paddlenlp/transformers/qwen2/modeling_pp.py 0.00% 112 Missing ⚠️
paddlenlp/transformers/qwen2/tokenizer.py 22.38% 104 Missing ⚠️
paddlenlp/transformers/qwen2/configuration.py 13.33% 39 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8338      +/-   ##
===========================================
- Coverage    54.67%   54.42%   -0.26%     
===========================================
  Files          624      632       +8     
  Lines        97709    99450    +1741     
===========================================
+ Hits         53427    54128     +701     
- Misses       44282    45322    +1040     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.