Skip to content
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

[LLM] support QWen1.5-Moe #8338

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from

Conversation

DrownFish19
Copy link
Collaborator

@DrownFish19 DrownFish19 commented Apr 28, 2024

PR types

New features

PR changes

Models

Description

  1. add QWen1.5 Moe model.
  2. support same prefix for different models, such as QWen and QWen2Moe with same prefix QWen. The longest name will match each model name before others.
  3. support sft and lora.

Copy link

paddle-bot bot commented Apr 28, 2024

Thanks for your contribution!

Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 66.62959% with 300 lines in your changes are missing coverage. Please review.

Project coverage is 55.47%. Comparing base (3aa92ce) to head (2bb3aba).
Report is 18 commits behind head on develop.

❗ Current head 2bb3aba differs from pull request most recent head 58af3ec. Consider uploading reports for the commit 58af3ec to get more accurate results

Files Patch % Lines
paddlenlp/transformers/qwen2moe/modeling.py 72.33% 197 Missing ⚠️
paddlenlp/transformers/qwen2moe/tokenizer.py 23.13% 103 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8338      +/-   ##
===========================================
+ Coverage    55.36%   55.47%   +0.10%     
===========================================
  Files          614      618       +4     
  Lines        96016    96913     +897     
===========================================
+ Hits         53164    53761     +597     
- Misses       42852    43152     +300     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant