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
11.71k stars 2.86k forks source link

to_json_string兼容性升级 #8608

Closed sneaxiy closed 2 weeks ago

sneaxiy commented 2 weeks ago

PR types

Bug fixes

PR changes

Others

Description

to_json_string函数接口做兼容性升级。

paddle-bot[bot] commented 2 weeks ago

Thanks for your contribution!

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 54.41%. Comparing base (0844a5b) to head (e8456d8).

Files Patch % Lines
paddlenlp/transformers/configuration_utils.py 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #8608 +/- ## ======================================== Coverage 54.41% 54.41% ======================================== Files 632 632 Lines 99475 99481 +6 ======================================== + Hits 54127 54132 +5 - Misses 45348 45349 +1 ```

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