-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Cherry-Pick] Add PP-UIE and fix TaskFlow #9914
base: release/3.0-beta4
Are you sure you want to change the base?
[Cherry-Pick] Add PP-UIE and fix TaskFlow #9914
Conversation
* fix pir for taskflow * update suffix for PIR(ON/OFF) * fix and revert skip * update dependency_parsing * fix pir bug * fix pir bug * fix lint * fix ci * disable test case --------- Co-authored-by: Zhong Hui <[email protected]> Co-authored-by: Fantasy-02 <[email protected]>
* fix taskflow * add llm/ie for SFT of ie task * remove data folder * update readme * add taskflow * remove taskflow * add sft for ie task * add multi_stage_predict of taskflow * fix some bug and rename qwen2 as uie-llm * fixed test and lint * fixed test and lint * fixed test and lint * update 0109 * update 0109 * update 0113 * updaate 0113 * remove static mode in taskflow * update 0115 * update 0115 * update 0115 * update 0116 * update 0116 * update readme.md * update readme.md * update 0116 * update taskflow.py and readme.md * rename model name * update
* update doc for pp-uie * update
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (11.98%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release/3.0-beta4 #9914 +/- ##
=====================================================
+ Coverage 51.89% 52.17% +0.27%
=====================================================
Files 734 730 -4
Lines 118118 115971 -2147
=====================================================
- Hits 61300 60506 -794
+ Misses 56818 55465 -1353 ☔ View full report in Codecov by Sentry. |
Before submitting
tests
folder. If there are codecov issues, please add tests cases first.PR types
New features and Bug fixes
PR changes
Models and APIs
Description
Add PP-UIE and fix TaskFlow