-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathmkdocs.yml
More file actions
125 lines (125 loc) · 4.25 KB
/
mkdocs.yml
File metadata and controls
125 lines (125 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
strict: true
site_name: Nemo-Skills
site_url: https://nvidia-nemo.github.io/Skills
extra_css:
- css/extra.css
plugins:
- search
- blog:
blog_dir: tutorials
post_dir: tutorials/posts
- redirects:
redirect_maps:
'openmathinstruct2/index.md': 'releases/openmathinstruct2/index.md'
'openmathreasoning1/index.md': 'releases/openmathreasoning/index.md'
'openmathreasoning1/dataset.md': 'releases/openmathreasoning/dataset.md'
theme:
name: material
logo: favicon.ico
favicon: favicon.ico
palette:
primary: blue grey
features:
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- toc.follow
markdown_extensions:
- meta
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- footnotes
nav:
- Nemo-Skills: index.md
- Getting started:
- basics/index.md
- Installation & Dependencies: basics/installation.md
- Cluster configs: basics/cluster-configs.md
- Code packaging: basics/code-packaging.md
- Prompt format: basics/prompt-format.md
- Inference: basics/inference.md
- Chat Interface: basics/chat_interface.md
- Sandbox for code execution: basics/sandbox.md
- Pipelines:
- pipelines/index.md
- Generation: pipelines/generation.md
- Evaluation: pipelines/evaluation.md
- LLM-as-a-judge: pipelines/llm-as-a-judge.md
- Decontamination: pipelines/decontamination.md
- Training (NeMo-RL): pipelines/training.md
- Training (verl): pipelines/training-verl.md
- Arbitrary commands: pipelines/run-cmd.md
- Starting a Server: pipelines/start-server.md
- Recipes:
- LibTrace: recipes/libtrace.md
- Evaluation:
- evaluation/index.md
- evaluation/natural-math.md
- evaluation/formal-math.md
- evaluation/code.md
- evaluation/scientific-knowledge.md
- evaluation/instruction-following.md
- evaluation/long-context.md
- evaluation/tool-calling.md
- evaluation/multilingual.md
- evaluation/speech-audio.md
- evaluation/vlm.md
- evaluation/other-benchmarks.md
- evaluation/robustness.md
- evaluation/speculative-decoding.md
- External benchmarks: evaluation/external-benchmarks.md
- Agentic Inference:
- agentic_inference/parallel_thinking.md
- agentic_inference/tool_calling.md
- Tutorials:
- tutorials/index.md
- Papers & Releases:
- releases/index.md
- Nemotron-Math-v2:
- releases/nemotron-math-v2/index.md
- Model evaluation: releases/nemotron-math-v2/evaluation.md
- Dataset construction: releases/nemotron-math-v2/dataset.md
- Model training: releases/nemotron-math-v2/training.md
- Nemotron-Math-Proofs: releases/nemotronmathproofs/index.md
- OpenReasoning:
- releases/openreasoning/index.md
- Model evaluation: releases/openreasoning/evaluation.md
- Dataset construction: releases/openreasoning/dataset.md
- Model training: releases/openreasoning/training.md
- OpenCodeReasoning:
- releases/opencodereasoning/index.md
- Model evaluation: releases/opencodereasoning/evaluation.md
- Dataset construction: releases/opencodereasoning/dataset.md
- OpenMathReasoning:
- releases/openmathreasoning/index.md
- Model evaluation: releases/openmathreasoning/evaluation.md
- Dataset construction: releases/openmathreasoning/dataset.md
- Model training: releases/openmathreasoning/training.md
- OpenMathInstruct-2:
- releases/openmathinstruct2/index.md
- Model evaluation: releases/openmathinstruct2/evaluation.md
- Dataset construction: releases/openmathinstruct2/dataset.md
- Model training: releases/openmathinstruct2/training.md