Skip to content

[LLM-IE] Add pp-uie to Taskflow#9845

Merged
wawltor merged 34 commits into
PaddlePaddle:developfrom
Fantasy-02:dev_20250211_taskflow
Feb 20, 2025
Merged

[LLM-IE] Add pp-uie to Taskflow#9845
wawltor merged 34 commits into
PaddlePaddle:developfrom
Fantasy-02:dev_20250211_taskflow

Conversation

@Fantasy-02
Copy link
Copy Markdown
Contributor

Before submitting

  • Lint code. If there are lint issues, please format the code first.
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
  • Add test cases into tests folder. If there are codecov issues, please add tests cases first.

PR types

New features

PR changes

APIs

Description

add qwen2 to Taskflow

@paddle-bot
Copy link
Copy Markdown

paddle-bot Bot commented Feb 11, 2025

Thanks for your contribution!

ZHUI
ZHUI previously approved these changes Feb 11, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 13, 2025

Codecov Report

Attention: Patch coverage is 10.52632% with 170 lines in your changes missing coverage. Please review.

Project coverage is 51.34%. Comparing base (777fc27) to head (f1dfc71).
Report is 326 commits behind head on develop.

Files with missing lines Patch % Lines
paddlenlp/taskflow/information_extraction.py 9.09% 160 Missing ⚠️
paddlenlp/taskflow/task.py 23.07% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9845      +/-   ##
===========================================
- Coverage    51.40%   51.34%   -0.07%     
===========================================
  Files          745      745              
  Lines       118391   118567     +176     
===========================================
+ Hits         60860    60877      +17     
- Misses       57531    57690     +159     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ZHUI
Copy link
Copy Markdown
Contributor

ZHUI commented Feb 17, 2025

依赖PR #9871

Copy link
Copy Markdown
Contributor

@wawltor wawltor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wawltor wawltor merged commit 3a5e9b8 into PaddlePaddle:develop Feb 20, 2025
DrownFish19 pushed a commit to DrownFish19/PaddleNLP that referenced this pull request Feb 20, 2025
* 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
ZHUI added a commit that referenced this pull request Feb 27, 2025
* [TaskFlow] Fix pir for taskflow (#9822)

* 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]>

* [LLM-IE] Add pp-uie to Taskflow (#9845)

* 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

* [DOC] Update README for PP-UIE (#9911)

* update doc for pp-uie

* update

* update

* [taskflow] Fix taskflow bug (#9930)

* fix

* add doc

* update docs

* add experiment

* update readme.md

---------

Co-authored-by: DrownFish19 <[email protected]>

---------

Co-authored-by: Zhong Hui <[email protected]>
Co-authored-by: Fantasy-02 <[email protected]>
Co-authored-by: ZiyiHuang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants