Skip to content

Nemotron AIME prompt and math-oai.yaml file #880

@MLKoz2

Description

@MLKoz2

Hello, local_nemotron-3-super-120b-a12b.yaml and local_nvidia_nemotron_3_nano_30b_a3b.yaml requires file math-oai.yaml file for AIME eval, nevertheless I cannot find this file, so the run of these files does not work.

args: '++prompt_config="/nemo_run/code/eval_factory_prompts/math-oai.yaml"'

Edit:
After the analysis, it works, from nemotron 3 super:

  - name: nemo_skills.ns_aime2025
    nemo_evaluator_config:
      config:
        params:
          extra:
            num_repeats: 64
            args: '++prompt_config="/nemo_run/code/eval_factory_prompts/math-oai.yaml"'
  - name: nemo_skills.ns_aime2026
    nemo_evaluator_config:
      config:
        params:
          extra:
            num_repeats: 64
            args: ++prompt_config=/nemo_run/code/eval_factory_prompts/math-oai.yaml ++inference.tokens_to_generate=null

but there is the problem with it:

  - name: ns_aime2025
    nemo_evaluator_config:
      config:
        params:
          extra:
            num_repeats: 64
            args: '++prompt_config="/nemo_run/code/eval_factory_prompts/math-oai.yaml"'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions