forked from allenai/open-instruct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
95 lines (90 loc) · 2.24 KB
/
mkdocs.yml
File metadata and controls
95 lines (90 loc) · 2.24 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
site_name: Open Instruct
site_url: https://github.com/allenai/open-instruct
theme:
favicon: assets/favicon.ico
name: material
features:
# - navigation.instant
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme: dark)"
scheme: ai2-dark
primary: custom
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: ai2
primary: custom
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
#adding git repo
repo_url: https://github.com/allenai/open-instruct
repo_name: allenai/open-instruct
#markdown_extensions
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- abbr
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- admonition
- pymdownx.details
- attr_list
- md_in_html
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
# - toc:
# permalink: true
# - markdown.extensions.codehilite:
# guess_lang: false
# - admonition
# - codehilite
# - extra
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format ''
# - pymdownx.tabbed
plugins:
- search
nav:
- Overview: index.md
- Get Started:
- get_started/installation.md
- get_started/ai2_internal_setup.md
- Models:
- olmo3.md
- olmo2.md
- tulu3.md
- tulu1_tulu2.md
- Training:
- algorithms/dataset_transformation.md
- algorithms/trained_model_location.md
- algorithms/finetune.md
- algorithms/dpo.md
- algorithms/grpo.md
- algorithms/ppo.md
- algorithms/reward_modeling.md
- Not Maintained:
- algorithms/synthetic_preference_dataset.md
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js