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

[Models]Add pp for chatglmv2 #9043

Open SevenSamon opened 2 months ago

SevenSamon commented 2 months ago

PR types

New features

PR changes

[Models]

Description

add pp for chatglmv2

paddle-bot[bot] commented 2 months ago

Thanks for your contribution!

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 27.64706% with 123 lines in your changes missing coverage. Please review.

Project coverage is 53.21%. Comparing base (907ad20) to head (8fc4c8a). Report is 24 commits behind head on develop.

Files with missing lines Patch % Lines
paddlenlp/transformers/chatglm_v2/modeling_pp.py 21.33% 118 Missing :warning:
paddlenlp/transformers/chatglm_v2/modeling.py 78.57% 3 Missing :warning:
...p/experimental/transformers/chatglm_v2/modeling.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #9043 +/- ## =========================================== - Coverage 53.26% 53.21% -0.05% =========================================== Files 652 654 +2 Lines 105615 105775 +160 =========================================== + Hits 56254 56293 +39 - Misses 49361 49482 +121 ```

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

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.