Skip to content

Conversation

ruchaa-apte
Copy link
Contributor

@ruchaa-apte ruchaa-apte commented Jun 23, 2025

What does this PR do ?

Editing prepare dataset to pull MMLU dataset from correct data source and using appropriate split

Changelog

  • Files prepare_dataset.py and deploy_and_get_responses.py have been modified

Usage

python prepare_dataset.py --datasets [mmlu, gpqa, gpqa_diamond, all]
python deploy_and_get_responses.py --checkpoint_path <checkpoint_path> --dataset <dataset> --output_prefix <output_prefix> --max_tokens <max_tokens>

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

Before your PR is "Ready for review"

Pre checks:

  • [Y ] Make sure you read and followed Contributor guidelines
  • [ NA] Did you write any new necessary tests?
  • [ Y] Did you add or update any necessary documentation?
  • [ N] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • [Y ] New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to # (issue)

@ruchaa-apte
Copy link
Contributor Author

Hi @Maghoumi and @aasthajh, realized that I was pulling data from the wrong source. So I added this PR to fix it.

@suiyoubi suiyoubi enabled auto-merge (squash) June 25, 2025 13:59
@suiyoubi suiyoubi merged commit 2df7422 into NVIDIA-NeMo:main Jun 26, 2025
53 checks passed
AmirHussein96 pushed a commit to AmirHussein96/NeMo that referenced this pull request Jul 23, 2025
* Editing MMLU to pull from the correct repo

Signed-off-by: Rucha Apte <[email protected]>

* Apply isort and black reformatting

Signed-off-by: ruchaa-apte <[email protected]>

---------

Signed-off-by: Rucha Apte <[email protected]>
Signed-off-by: ruchaa-apte <[email protected]>
Co-authored-by: ruchaa-apte <[email protected]>
Signed-off-by: Amir Hussein <[email protected]>
AmirHussein96 pushed a commit to AmirHussein96/NeMo that referenced this pull request Aug 5, 2025
* Editing MMLU to pull from the correct repo

Signed-off-by: Rucha Apte <[email protected]>

* Apply isort and black reformatting

Signed-off-by: ruchaa-apte <[email protected]>

---------

Signed-off-by: Rucha Apte <[email protected]>
Signed-off-by: ruchaa-apte <[email protected]>
Co-authored-by: ruchaa-apte <[email protected]>
Signed-off-by: Amir Hussein <[email protected]>
AmirHussein96 pushed a commit to AmirHussein96/NeMo that referenced this pull request Aug 5, 2025
* Editing MMLU to pull from the correct repo

Signed-off-by: Rucha Apte <[email protected]>

* Apply isort and black reformatting

Signed-off-by: ruchaa-apte <[email protected]>

---------

Signed-off-by: Rucha Apte <[email protected]>
Signed-off-by: ruchaa-apte <[email protected]>
Co-authored-by: ruchaa-apte <[email protected]>
Signed-off-by: Amir Hussein <[email protected]>
nasretdinovr pushed a commit to nasretdinovr/NeMo that referenced this pull request Aug 8, 2025
* Editing MMLU to pull from the correct repo

Signed-off-by: Rucha Apte <[email protected]>

* Apply isort and black reformatting

Signed-off-by: ruchaa-apte <[email protected]>

---------

Signed-off-by: Rucha Apte <[email protected]>
Signed-off-by: ruchaa-apte <[email protected]>
Co-authored-by: ruchaa-apte <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants