Initial commit
parents
Showing
.github/workflows/docs.yml
0 → 100644
.github/workflows/gpu_tests.yml
0 → 100644
.github/workflows/tests.yml
0 → 100644
.gitignore
0 → 100644
.pre-commit-config.yaml
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
MANIFEST.in
0 → 100644
README.md
0 → 100644
cluster_configs/example-local.yaml
0 → 100644
cluster_configs/example-slurm.yaml
0 → 100644
dataset_explorer_demo/README.md
0 → 100644
dataset_explorer_demo/visualize_similar.py
0 → 100644
dockerfiles/Dockerfile.megatron
0 → 100644
dockerfiles/Dockerfile.nemo
0 → 100644
dockerfiles/Dockerfile.nemo-rl
0 → 100644
dockerfiles/Dockerfile.nemo-skills
0 → 100644
dockerfiles/Dockerfile.sandbox
0 → 100644
dockerfiles/Dockerfile.sglang
0 → 100644
dockerfiles/Dockerfile.verl
0 → 100644
dockerfiles/Dockerfile.vllm
0 → 100644
dockerfiles/README.md
0 → 100644
dockerfiles/sglang.patch
0 → 100644
docs/assets/chat_interface_demo.gif
0 → 100644
908 KB
docs/basics/chat_interface.md
0 → 100644
docs/basics/cluster-configs.md
0 → 100644
docs/basics/code-packaging.md
0 → 100644
docs/basics/index.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/basics/inference.md
0 → 100644
docs/basics/prompt-format.md
0 → 100644
docs/basics/sandbox.md
0 → 100644
docs/css/extra.css
0 → 100644
docs/favicon.ico
0 → 100644
File added
docs/index.md
0 → 100644
docs/pipelines/checkpoint-conversion.md
0 → 100644
docs/pipelines/decontamination.md
0 → 100644
docs/pipelines/evaluation.md
0 → 100644
docs/pipelines/generation.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/pipelines/index.md
0 → 100644
docs/pipelines/llm-as-a-judge.md
0 → 100644
docs/pipelines/run-cmd.md
0 → 100644
docs/pipelines/training-verl-openrlhf.md
0 → 100644
docs/pipelines/training.md
0 → 100644
docs/releases/index.md
0 → 100644
docs/releases/opencodereasoning/dataset.md
0 → 100644
docs/releases/opencodereasoning/index.md
0 → 100644
docs/releases/openmathinstruct2/dataset.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/releases/openmathinstruct2/index.md
0 → 100644
docs/releases/openmathinstruct2/training.md
0 → 100644
docs/releases/openmathreasoning/dataset.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/releases/openmathreasoning/index.md
0 → 100644
213 KB
docs/releases/openmathreasoning/training.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/releases/openreasoning/dataset.md
0 → 100644
docs/releases/openreasoning/evaluation.md
0 → 100644
docs/releases/openreasoning/genselect.png
0 → 100644
115 KB
docs/releases/openreasoning/index.md
0 → 100644
docs/releases/openreasoning/pass-1.png
0 → 100644
275 KB
docs/releases/openreasoning/training.md
0 → 100644
538 KB
274 KB
72.9 KB
docs/tutorials/index.md
0 → 100644
docs/tutorials/posts/omr-simple-recipe.md
0 → 100644
This diff is collapsed.
Click to expand it.
mkdocs.yml
0 → 100644
nemo_skills/__init__.py
0 → 100644
nemo_skills/code_execution/__init__.py
0 → 100644
nemo_skills/code_execution/sandbox.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/code_execution/utils.py
0 → 100644
nemo_skills/conversion/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/conversion/hf_to_nemo_llama.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/conversion/hf_to_nemo_qwen.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/conversion/nemo_config_qwen.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/conversion/nemo_to_hf_llama.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/conversion/nemo_to_hf_qwen.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/conversion/save_sharded_state.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aai/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aai/aai_score.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aai/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aime24/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aime24/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aime24/test.txt
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aime25/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aime25/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/aime25/test.txt
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/algebra222/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/algebra222/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/amc23/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/amc23/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/answer-judge/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/answer-judge/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/arena-hard/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/arena-hard/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/asdiv/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/asdiv/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/bfcl_v3/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/bfcl_v3/bfcl_score.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/bfcl_v3/constants.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/bfcl_v3/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/bfcl_v3/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/brumo25/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/brumo25/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/college_math/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/college_math/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/comp-math-24-25/test.txt
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
nemo_skills/dataset/gaokao2023en/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/gaokao2023en/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/gpqa/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/gpqa/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/gsm-plus/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/gsm-plus/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/gsm8k/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/gsm8k/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/hle/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/hle/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/hmmt_feb25/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/hmmt_feb25/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/human-eval/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/human-eval/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/ifbench/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/ifbench/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/ifeval/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/ifeval/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/livecodebench/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/math-500/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/math-500/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/math-odyssey/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/math-odyssey/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/math/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/math/fix_ref_solns.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/math/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mawps/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mawps/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mbpp/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mbpp/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/minerva_math/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/minerva_math/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/minif2f/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/minif2f/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mmlu-pro/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mmlu-pro/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mmlu-redux/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mmlu-redux/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mmlu/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/mmlu/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/olympiadbench/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/omni-math/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/omni-math/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/proofnet/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/proofnet/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/putnam-bench/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/putnam-bench/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/ruler/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/ruler/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/ruler/ruler_score.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/scicode/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/scicode/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/svamp/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/svamp/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/turing-eval/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/turing-eval/prepare.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/dataset/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/aggregate_answers.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluate_results.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/arena.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/bfcl.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/code.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/ifbench.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/ifeval.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/math.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/mcq.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/ruler.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/evaluator/scicode.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/math_grader.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/metrics/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/metrics/base.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/metrics/if_metrics.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/metrics/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/evaluation/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/file_utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/inference/chat_interface/core.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/inference/chat_interface/ui.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/check_contamination.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/eval/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/eval/arena_judge.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/eval/bfcl.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/eval/bfcl_utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/eval/scicode.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/eval/scicode_utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/eval/swebench.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/generate.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/genselect.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/inference/llm_math_judge.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/log_samples_wandb.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/merge_chunks.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/model/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/model/azure.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/model/base.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/inference/model/megatron.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/model/openai.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/model/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/model/vllm.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/retrieve_similar.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/server/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/server/serve_sglang.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/inference/server/serve_vllm.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/app.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/cli.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/convert.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/eval.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/generate.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/genselect.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/nemo_rl/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/nemo_rl/grpo.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/nemo_rl/sft.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/openrlhf/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/openrlhf/ppo.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/openrlhf/sft.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/prepare_data.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/run_cmd.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/setup.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/start_server.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/summarize_results.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/train.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/utils/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/utils/cluster.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/utils/eval.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/utils/exp.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/utils/generation.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/utils/mounts.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/utils/packager.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/utils/server.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/verl/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/pipeline/verl/ppo.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/code_tags/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/code_tags/llama3.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/code_tags/nemotron.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/code_tags/openmath.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/code_tags/qwen-lean.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/code_tags/qwen.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/eval/aai/math.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/generic/hle.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/generic/math.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/judge/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/judge/arena.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/judge/code.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/judge/hle.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/judge/math.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/openmath/tir.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/qwen/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/qwen/math-cot.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/qwen/math-tir.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/config/qwen/qwq.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/few_shot_examples/math.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/few_shot_examples/mmlu.py
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/template/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/template/llama3-base.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/prompt/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/average_checkpoints.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/copy_checkpoint.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/training/dpo_config.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/gpt_sft_dataset.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/grpo_config.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/merge_packed_data.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/nemo_rl/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/training/nemo_rl/prompts/cot.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/training/nemo_rl/start_grpo.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/nemo_rl/start_sft.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/openrlhf/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/openrlhf/math_reward.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/pack_config.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/prepare_data.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nemo_skills/training/rm_config.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/sft_config.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/start_dpo.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/start_grpo.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/start_rm.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/start_sft.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/train_redrafter.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/verl/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/training/verl/prepare_data.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
nemo_skills/version.py
0 → 100644
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
This diff is collapsed.
Click to expand it.
recipes/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
recipes/openmathreasoning.pdf
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
recipes/openreasoning/eval.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
requirements/code_execution.txt
0 → 100644
This diff is collapsed.
Click to expand it.
requirements/common-tests.txt
0 → 100644
This diff is collapsed.
Click to expand it.
requirements/docs.txt
0 → 100644
This diff is collapsed.
Click to expand it.
requirements/main.txt
0 → 100644
This diff is collapsed.
Click to expand it.
tests/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/conftest.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/data/code-output.test
0 → 100644
This diff is collapsed.
Click to expand it.
tests/data/contamination-example.test
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/data/openai-input-dict.test
0 → 100644
This diff is collapsed.
Click to expand it.
tests/data/openai-input-list.test
0 → 100644
This diff is collapsed.
Click to expand it.
tests/data/openmathinstruct2.test
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tests/data/output-rs0.test
0 → 100644
This diff is collapsed.
Click to expand it.
tests/data/output-rs1.test
0 → 100644
This diff is collapsed.
Click to expand it.
tests/data/output-rs2.test
0 → 100644
This diff is collapsed.
Click to expand it.
tests/data/small-grpo-data.test
0 → 100644
This diff is collapsed.
Click to expand it.
tests/data/small-sft-data.test
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/make_tiny_llm.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/run_llama.sh
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/run_qwen.sh
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/test-local.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/test_contamination.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/test_convert.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/test_eval.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/test_generate.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/test_judge.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/test_run_cmd_llm_infer.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/gpu-tests/test_train.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/scripts/run_cmd_llm_infer_check.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_code_execution.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_configs.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_data_preparation.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_datasets.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_default_args.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_generation.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_math_equal.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_metrics.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_prompts.py
0 → 100644
This diff is collapsed.
Click to expand it.