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

[Mixtral] Add mixtral moe #7803

Merged
merged 7 commits into from
Mar 1, 2024
Merged

[Mixtral] Add mixtral moe #7803

merged 7 commits into from
Mar 1, 2024

Conversation

DesmonDay
Copy link
Contributor

PR types

New features

PR changes

Models

Description

Add mixtral model.

Copy link

paddle-bot bot commented Jan 9, 2024

Thanks for your contribution!

@DesmonDay DesmonDay marked this pull request as draft January 9, 2024 03:40
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

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

Project coverage is 56.57%. Comparing base (7e643ad) to head (fbe3b78).
Report is 13 commits behind head on develop.

Files Patch % Lines
paddlenlp/transformers/mixtral/modeling.py 73.17% 184 Missing ⚠️
paddlenlp/transformers/mixtral/configuration.py 97.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           develop    #7803     +/-   ##
==========================================
  Coverage    56.56%   56.57%             
==========================================
  Files          589      592      +3     
  Lines        89939    90998   +1059     
==========================================
+ Hits         50874    51482    +608     
- Misses       39065    39516    +451     

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

lugimzzz
lugimzzz previously approved these changes Feb 29, 2024
@@ -0,0 +1,32 @@
{
"model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

新增一下sft的训练脚本

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@wtmlon
Copy link
Collaborator

wtmlon commented Feb 29, 2024

lgtm

Copy link
Contributor

@lugimzzz lugimzzz 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 462ebaa into PaddlePaddle:develop Mar 1, 2024
7 of 10 checks passed
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.

4 participants