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

[draft] equivalent mixtral mlperf data pipeline #1157

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ZhiyuLi-goog
Copy link
Collaborator

@ZhiyuLi-goog ZhiyuLi-goog commented Jan 10, 2025

Description

Add mlperf 5.0 moe data pipeline.

We reuse the same mlperf dataset in gpt3-175b submission:

  • stay the same in train dataset
  • add a text eval dataset pipeline: In gpt3, eval dataset is pretokenized, see this PR, while we need to tokenize text eval dataset on the fly for moe data pipeline given a different tokenizer

Tests

  • Matched the total_weights in the eval dataset, i.e. the total number of next token prediction. see notebook, and please remove this notebook before merge the codes.

Checklist

Before submitting this PR, please make sure (put X in square brackets):

  • I have performed a self-review of my code.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have run end-to-end tests tests and provided workload links above if applicable.
  • I have made or will make corresponding changes to the doc if needed.

Others

If I am not be able to merge it, @suexu1025 @RissyRan could you help me address the comments?

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.

3 participants