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.99k stars 2.93k forks source link

[PaddleNLP 3.0] [Release] Refactor examples #8609

Closed DrownFish19 closed 3 months ago

DrownFish19 commented 3 months ago

PR types

Others

PR changes

Others

Description

Refactor examples

  1. move examples/[benchmark, dialogue, few_shot, information_extraction, machine_reading_comprehension, machine_translation, model_compression, question_generation, semantic_indexing, sentiment_analysis, simultaneous_translation, torch_migration] into legacy/examples/[benchmark, dialogue, few_shot, information_extraction, machine_reading_comprehension, machine_translation, model_compression, question_generation, semantic_indexing, sentiment_analysis, simultaneous_translation, torch_migration].

  2. delete examples/[few_shot, text_to_knowledge, text_graph, code_generation, model_interpretation, multimodal]

paddle-bot[bot] commented 3 months ago

Thanks for your contribution!

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.41%. Comparing base (0844a5b) to head (f37625e). Report is 245 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #8609 +/- ## ======================================== 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.