PaddlePaddle / PaddleNLP

πŸ‘‘ Easy-to-use and powerful NLP and LLM library with πŸ€— Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including πŸ—‚Text Classification, πŸ” Neural Search, ❓ Question Answering, ℹ️ Information Extraction, πŸ“„ Document Intelligence, πŸ’Œ Sentiment Analysis etc.
https://paddlenlp.readthedocs.io
Apache License 2.0
12.14k stars 2.94k forks source link

Add hardware flops for pretraining #9069

Closed ZHUI closed 2 months ago

ZHUI commented 2 months ago

PR types

Others

PR changes

Others

Description

Others

paddle-bot[bot] commented 2 months ago

Thanks for your contribution!

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 21.21212% with 78 lines in your changes missing coverage. Please review.

Project coverage is 53.41%. Comparing base (4e7fb49) to head (126bdd3). Report is 30 commits behind head on develop.

:exclamation: Current head 126bdd3 differs from pull request most recent head efa0144

Please upload reports for the commit efa0144 to get more accurate results.

Files with missing lines Patch % Lines
paddlenlp/transformers/utils.py 6.25% 15 Missing :warning:
paddlenlp/transformers/gemma/modeling.py 23.07% 10 Missing :warning:
paddlenlp/transformers/gpt/modeling.py 23.07% 10 Missing :warning:
paddlenlp/transformers/llama/modeling.py 23.07% 10 Missing :warning:
paddlenlp/transformers/qwen/modeling.py 23.07% 10 Missing :warning:
paddlenlp/transformers/qwen2/modeling.py 23.07% 10 Missing :warning:
paddlenlp/transformers/model_utils.py 20.00% 8 Missing :warning:
paddlenlp/trainer/trainer.py 20.00% 4 Missing :warning:
paddlenlp/trainer/trainer_utils.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #9069 +/- ## =========================================== - Coverage 53.56% 53.41% -0.16% =========================================== Files 652 652 Lines 106397 105287 -1110 =========================================== - Hits 56987 56234 -753 + Misses 49410 49053 -357 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.