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

add long sequence strategies #8076

Merged
merged 30 commits into from
Mar 26, 2024

add dynamic_to_static

dc8da0a
Select commit
Loading
Failed to load commit list.
Merged

add long sequence strategies #8076

add dynamic_to_static
dc8da0a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 22, 2024 in 0s

55.41% (target 58.00%)

View this Pull Request on Codecov

55.41% (target 58.00%)

Details

Codecov Report

Attention: Patch coverage is 43.16940% with 104 lines in your changes are missing coverage. Please review.

Project coverage is 55.41%. Comparing base (db49062) to head (dc8da0a).
Report is 52 commits behind head on develop.

Files Patch % Lines
...s/long_sequence_strategies/embedding_strategies.py 25.39% 47 Missing ⚠️
...s/long_sequence_strategies/attention_strategies.py 37.50% 15 Missing ⚠️
...ng_sequence_strategies/long_sequence_strategies.py 31.25% 11 Missing ⚠️
paddlenlp/transformers/llama/modeling.py 35.71% 9 Missing ⚠️
paddlenlp/transformers/chatglm/modeling.py 41.66% 7 Missing ⚠️
paddlenlp/transformers/bloom/modeling.py 50.00% 6 Missing ⚠️
paddlenlp/transformers/chatglm_v2/modeling.py 45.45% 6 Missing ⚠️
paddlenlp/transformers/qwen/modeling.py 62.50% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8076      +/-   ##
===========================================
- Coverage    56.56%   55.41%   -1.16%     
===========================================
  Files          589      600      +11     
  Lines        89964    91642    +1678     
===========================================
- Hits         50889    50782     -107     
- Misses       39075    40860    +1785     

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